diff options
| author | 2007-03-28 22:55:21 -0400 | |
|---|---|---|
| committer | 2007-03-28 22:55:21 -0400 | |
| commit | 429167e36a4ebb994c838eaf44b7cfb7571cdf4b (patch) | |
| tree | 05b2ade8bb16291397b47e516e3f5131f4486b16 /juju/juju.h | |
| parent | Add the juju support work so far. (diff) | |
Get rawiso receive a little closer to working.
Diffstat (limited to 'juju/juju.h')
| -rw-r--r-- | juju/juju.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/juju/juju.h b/juju/juju.h index 5299cbf..882a131 100644 --- a/juju/juju.h +++ b/juju/juju.h @@ -98,6 +98,7 @@ struct raw1394_handle { tag_handler_t tag_handler; arm_tag_handler_t arm_tag_handler; fcp_handler_t fcp_handler; + __u32 fcp_allocation_handle; struct allocation *allocations; int epoll_fd; @@ -122,6 +123,7 @@ struct raw1394_handle { int irq_interval; int packet_index; int packet_phase; + int packet_tail; int buf_packets; int max_packet_size; enum raw1394_iso_dma_recv_mode recv_mode; |
