diff options
| author | 1999-12-29 22:24:32 +0000 | |
|---|---|---|
| committer | 1999-12-29 22:24:32 +0000 | |
| commit | 04f65912c3c04161daee655136d8d74d3763da16 (patch) | |
| tree | 0e753f84101b58ff77c431bfcc7851f475b7db7c /src/main.c | |
| parent | - Added FCP register addresses (diff) | |
Added isochronous I/O support
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@4 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -33,6 +33,16 @@ static int iso_handler_default(struct raw1394_handle *handle, int channel, return 0; } +int _raw1394_sync_cb(struct raw1394_handle *unused, struct sync_cb_data *data, + int error) +{ + data->errcode = error; + data->done = 1; + return 0; +} + + + static unsigned int init_rawdevice(struct raw1394_handle *h) { |
