diff options
| author | 2003-01-15 13:14:47 +0000 | |
|---|---|---|
| committer | 2003-01-15 13:14:47 +0000 | |
| commit | 2ecf31c96d7a1dac61188c247ca7fe6a65e6b578 (patch) | |
| tree | 989c38c69220302994efff1b2eaa2d6bfce9b9db /src/raw1394_private.h | |
| parent | implement tag matching for rawiso reception (diff) | |
add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bit
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@102 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to '')
| -rw-r--r-- | src/raw1394_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/raw1394_private.h b/src/raw1394_private.h index 98e073d..c873a80 100644 --- a/src/raw1394_private.h +++ b/src/raw1394_private.h @@ -27,6 +27,8 @@ struct raw1394_handle { /* memory mapping of the DMA buffer */ unsigned char *iso_buffer; + enum { ISO_INACTIVE, ISO_XMIT, ISO_RECV } iso_mode; + enum { ISO_STOP, ISO_GO } iso_state; /* iso XMIT only: */ unsigned int iso_buf_stride; /* offset between successive packets */ |
