diff options
| author | 2003-10-07 13:28:07 +0000 | |
|---|---|---|
| committer | 2003-10-07 13:28:07 +0000 | |
| commit | c4e056e164fde1ae8c178fca974d1807ad4eaa4d (patch) | |
| tree | a5088b5324b74220d7bfbc228761e54aca6f3c25 /src/raw1394.h | |
| parent | Update for new version, 0.10.1. (diff) | |
Patch from Alexander Neundorf to add proto for raw1394_iso_recv_flush()
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@135 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/raw1394.h')
| -rw-r--r-- | src/raw1394.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/raw1394.h b/src/raw1394.h index 1481c59..58ebfd2 100644 --- a/src/raw1394.h +++ b/src/raw1394.h @@ -135,6 +135,9 @@ int raw1394_iso_xmit_write(raw1394handle_t handle, unsigned char *data, unsigned /* wait until all queued packets have been sent */ int raw1394_iso_xmit_sync(raw1394handle_t handle); +/* flush all already received iso packets from kernel into user space*/ +int raw1394_iso_recv_flush(raw1394handle_t handle); + void raw1394_iso_stop(raw1394handle_t handle); void raw1394_iso_shutdown(raw1394handle_t handle); |
