patch-2.1.103 linux/drivers/block/paride/paride.h
Next file: linux/drivers/block/paride/pcd.c
Previous file: linux/drivers/block/paride/paride.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Thu May 14 19:11:48 1998
- Orig file:
v2.1.102/linux/drivers/block/paride/paride.h
- Orig date:
Sun Dec 28 12:05:45 1997
diff -u --recursive --new-file v2.1.102/linux/drivers/block/paride/paride.h linux/drivers/block/paride/paride.h
@@ -1,12 +1,18 @@
-/* paride.h (c) 1997 Grant R. Guenther <grant@torque.net>
- Under the terms of the GPL.
+/*
+ paride.h (c) 1997-8 Grant R. Guenther <grant@torque.net>
+ Under the terms of the GPL.
This file defines the interface between the high-level parallel
IDE device drivers (pd, pf, pcd, pt) and the adapter chips.
*/
-#define PARIDE_H_VERSION "1.0"
+/* Changes:
+
+ 1.01 GRG 1998.05.05 init_proto, release_proto
+*/
+
+#define PARIDE_H_VERSION "1.01"
/* Some adapters need to know what kind of device they are in
@@ -145,8 +151,8 @@
int (*test_proto)(PIA *,char *,int);
void (*log_adapter)(PIA *,char *,int);
- void (*inc_use)(void);
- void (*dec_use)(void);
+ void (*init_proto)(PIA *);
+ void (*release_proto)(PIA *);
};
typedef struct pi_protocol PIP;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov