summaryrefslogtreecommitdiffstats
path: root/juju/juju.h
diff options
context:
space:
mode:
authorGravatar Kristian Høgsberg 2007-04-03 13:31:36 -0400
committerGravatar Kristian Høgsberg 2007-04-03 13:31:36 -0400
commitaa70f855b3c17b340c22417b5c7e691c77cf5d9f (patch)
tree26a1cba74d964fb829e67762a76895b72b6b202a /juju/juju.h
parentMore work on iso receive; handle payload wrapping. (diff)
Make raw1394_iso_xmit_write work.
Diffstat (limited to 'juju/juju.h')
-rw-r--r--juju/juju.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/juju/juju.h b/juju/juju.h
index f3c44e9..45fe5c8 100644
--- a/juju/juju.h
+++ b/juju/juju.h
@@ -127,10 +127,13 @@ struct raw1394_handle {
int packet_count;
int buf_packets;
int max_packet_size;
+ int packet_header_index;
+ int prebuffer;
+ int start_on_cycle;
enum raw1394_iso_dma_recv_mode recv_mode;
raw1394_iso_xmit_handler_t xmit_handler;
raw1394_iso_recv_handler_t recv_handler;
- unsigned char *buffer, *head, *tail;
+ unsigned char *buffer;
struct fw_cdev_queue_iso queue_iso;
struct fw_cdev_iso_packet *packets;