patch-2.3.99-pre6 linux/drivers/block/xd.h

Next file: linux/drivers/cdrom/cdrom.c
Previous file: linux/drivers/block/xd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/block/xd.h linux/drivers/block/xd.h
@@ -103,9 +103,9 @@
 	const char *name;
 } XD_SIGNATURE;
 
-void xd_setup (char *command,int *integers);
+int xd_setup (char *);
 #ifndef MODULE
-void xd_manual_geo_init (char *command,int *integers);
+int xd_manual_geo_init (char *command);
 #endif /* MODULE */
 static u_char xd_detect (u_char *controller, unsigned int *address);
 static u_char xd_initdrives (void (*init_drive)(u_char drive));

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