diff options
| author | 2000-08-08 00:29:08 +0000 | |
|---|---|---|
| committer | 2000-08-08 00:29:08 +0000 | |
| commit | 1a91281532f25b2109b02d5560d1c4605dd20183 (patch) | |
| tree | 3b162f5bcde6178074834242c6a9f02e837aa8db /src/kernel-raw1394.h | |
| parent | Added support for isochronous sending. (diff) | |
Added raw1394_get_irm_id().
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@35 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/kernel-raw1394.h')
| -rw-r--r-- | src/kernel-raw1394.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kernel-raw1394.h b/src/kernel-raw1394.h index 4f8b3f7..98c6298 100644 --- a/src/kernel-raw1394.h +++ b/src/kernel-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 @@ -81,6 +81,7 @@ struct file_info { struct list_head list; enum { opened, initialized, connected } state; + unsigned int protocol_version; struct hpsb_host *host; |
