Changeset 3e37964 in mainline for uspace/drv/uhci-hcd/batch.h
- Timestamp:
- 2011-03-06T17:39:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 98807e16
- Parents:
- edb5f837
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/batch.h
redb5f837 r3e37964 42 42 #include "uhci_struct/transfer_descriptor.h" 43 43 #include "uhci_struct/queue_head.h" 44 #include "utils/device_keeper.h" 44 45 45 46 typedef struct batch … … 82 83 void batch_control_read(batch_t *instance); 83 84 84 void batch_interrupt_in(batch_t *instance );85 void batch_interrupt_in(batch_t *instance, device_keeper_t *keeper); 85 86 86 void batch_interrupt_out(batch_t *instance );87 void batch_interrupt_out(batch_t *instance, device_keeper_t *keeper); 87 88 88 void batch_bulk_in(batch_t *instance );89 void batch_bulk_in(batch_t *instance, device_keeper_t *keeper); 89 90 90 void batch_bulk_out(batch_t *instance );91 void batch_bulk_out(batch_t *instance, device_keeper_t *keeper); 91 92 #endif 92 93 /**
Note:
See TracChangeset
for help on using the changeset viewer.