patch-2.4.0-test9 linux/drivers/ieee1394/raw1394.h

Next file: linux/drivers/ieee1394/video1394.c
Previous file: linux/drivers/ieee1394/raw1394.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/ieee1394/raw1394.h linux/drivers/ieee1394/raw1394.h
@@ -4,7 +4,7 @@
 #define RAW1394_DEVICE_MAJOR      171
 #define RAW1394_DEVICE_NAME       "raw1394"
 
-#define RAW1394_KERNELAPI_VERSION 3
+#define RAW1394_KERNELAPI_VERSION 4
 
 /* state: opened */
 #define RAW1394_REQ_INITIALIZE    1
@@ -18,9 +18,11 @@
 #define RAW1394_REQ_ASYNC_WRITE   101
 #define RAW1394_REQ_LOCK          102
 #define RAW1394_REQ_LOCK64        103
+#define RAW1394_REQ_ISO_SEND      104
 
 #define RAW1394_REQ_ISO_LISTEN    200
 #define RAW1394_REQ_FCP_LISTEN    201
+#define RAW1394_REQ_RESET_BUS     202
 
 /* kernel to user */
 #define RAW1394_REQ_BUS_RESET     10000
@@ -79,6 +81,7 @@
         struct list_head list;
 
         enum { opened, initialized, connected } state;
+        unsigned int protocol_version;
 
         struct hpsb_host *host;
 

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