patch-2.4.21 linux-2.4.21/drivers/pcmcia/cs_internal.h
Next file: linux-2.4.21/drivers/pcmcia/i82092.c
Previous file: linux-2.4.21/drivers/pcmcia/cs.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
2003-06-13 07:51:35.000000000 -0700
- Orig file:
linux-2.4.20/drivers/pcmcia/cs_internal.h
- Orig date:
2001-12-21 09:41:55.000000000 -0800
diff -urN linux-2.4.20/drivers/pcmcia/cs_internal.h linux-2.4.21/drivers/pcmcia/cs_internal.h
@@ -1,5 +1,5 @@
/*
- * cs_internal.h 1.54 2000/10/26 20:10:55
+ * cs_internal.h 1.57 2002/10/24 06:11:43
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
@@ -202,13 +202,13 @@
void cb_release(socket_info_t *s);
void cb_enable(socket_info_t *s);
void cb_disable(socket_info_t *s);
-void read_cb_mem(socket_info_t *s, u_char fn, int space,
- u_int addr, u_int len, void *ptr);
+int read_cb_mem(socket_info_t *s, u_char fn, int space,
+ u_int addr, u_int len, void *ptr);
void cb_release_cis_mem(socket_info_t *s);
/* In cistpl.c */
-void read_cis_mem(socket_info_t *s, int attr,
- u_int addr, u_int len, void *ptr);
+int read_cis_mem(socket_info_t *s, int attr,
+ u_int addr, u_int len, void *ptr);
void write_cis_mem(socket_info_t *s, int attr,
u_int addr, u_int len, void *ptr);
void release_cis_mem(socket_info_t *s);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)