diff options
| author | 2003-07-17 17:33:39 +0000 | |
|---|---|---|
| committer | 2003-07-17 17:33:39 +0000 | |
| commit | ce14ef3b9e73da3ddc62c286d1ef41637d798c6b (patch) | |
| tree | 0350e9bf96858926099206134dd541374521f534 /src/ieee1394-ioctl.h | |
| parent | pkg-config support from Kristian Hogsberg. (diff) | |
Patch from Dan Maas to add raw1394_iso_recv_flush() call to API, using the
RAW1394_IOC_ISO_RECV_FLUSH ioctl. Updated the ieee1394-ioctl.h file
aswell.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@127 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/ieee1394-ioctl.h')
| -rw-r--r-- | src/ieee1394-ioctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ieee1394-ioctl.h b/src/ieee1394-ioctl.h index 1091bdf..24ef3b3 100644 --- a/src/ieee1394-ioctl.h +++ b/src/ieee1394-ioctl.h @@ -100,6 +100,8 @@ _IOW ('#', 0x27, struct raw1394_iso_packets) #define RAW1394_IOC_ISO_XMIT_SYNC \ _IO ('#', 0x28) +#define RAW1394_IOC_ISO_RECV_FLUSH \ + _IO ('#', 0x29) #endif /* __IEEE1394_IOCTL_H */ |
