patch-2.3.14 linux/include/linux/cycx_drv.h

Next file: linux/include/linux/etherdevice.h
Previous file: linux/include/linux/cyclomx.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/include/linux/cycx_drv.h linux/include/linux/cycx_drv.h
@@ -54,13 +54,11 @@
 } cycxhw_t;
 
 /* Function Prototypes */
-extern int cycx_setup  (cycxhw_t* hw, void* sfm, u32 len);
-extern int cycx_down   (cycxhw_t* hw);
-extern int cycx_inten  (cycxhw_t* hw);
-extern int cycx_intde  (cycxhw_t* hw);
-extern int cycx_intack (cycxhw_t* hw);
-extern int cycx_intr   (cycxhw_t* hw);
-extern int cycx_peek   (cycxhw_t* hw, u32 addr, void* buf, u32 len);
-extern int cycx_poke   (cycxhw_t* hw, u32 addr, void* buf, u32 len);
-extern int cycx_exec   (u32 addr);
+extern int cycx_setup (cycxhw_t *hw, void *sfm, u32 len);
+extern int cycx_down (cycxhw_t *hw);
+extern int cycx_inten (cycxhw_t *hw);
+extern int cycx_intr (cycxhw_t *hw);
+extern int cycx_peek (cycxhw_t *hw, u32 addr, void *buf, u32 len);
+extern int cycx_poke (cycxhw_t *hw, u32 addr, void *buf, u32 len);
+extern int cycx_exec (u32 addr);
 #endif	/* _CYCX_DRV_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)