diff options
| author | 2003-01-15 06:36:19 +0000 | |
|---|---|---|
| committer | 2003-01-15 06:36:19 +0000 | |
| commit | e6e6375ceeef247586113cd8a39ea3e2f2124338 (patch) | |
| tree | 382193f5686ec771dffcf5d80577367be5898bad /src/kernel-raw1394.h | |
| parent | back out previous commit - don't drop the legacy API just yet (diff) | |
implement tag matching for rawiso reception
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@101 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/kernel-raw1394.h')
| -rw-r--r-- | src/kernel-raw1394.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel-raw1394.h b/src/kernel-raw1394.h index f3b5716..f19afd6 100644 --- a/src/kernel-raw1394.h +++ b/src/kernel-raw1394.h @@ -120,7 +120,7 @@ typedef struct arm_request_response { /* ioctls */ #define RAW1394_ISO_XMIT_INIT 1 /* arg: raw1394_iso_status* */ #define RAW1394_ISO_RECV_INIT 2 /* arg: raw1394_iso_status* */ -#define RAW1394_ISO_RECV_START 3 /* arg: int, starting cycle */ +#define RAW1394_ISO_RECV_START 3 /* arg: int[3], { starting cycle, tag, sync } */ #define RAW1394_ISO_XMIT_START 8 /* arg: int[2], { starting cycle, prebuffer } */ #define RAW1394_ISO_STOP 4 #define RAW1394_ISO_GET_STATUS 5 /* arg: raw1394_iso_status* */ |
