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
This commit is contained in:
bencollins 2003-10-07 13:28:07 +00:00
parent c412fe45d2
commit c4e056e164
1 changed files with 3 additions and 0 deletions

View File

@ -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);