Changeset f98b8269 in mainline for uspace/drv/ohci/batch.h
- Timestamp:
- 2011-04-08T15:15:34Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b6e3ed3
- Parents:
- 6bec59b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/batch.h
r6bec59b rf98b8269 41 41 #include <usb/host/batch.h> 42 42 43 #include "hw_struct/endpoint_descriptor.h" 43 44 44 45 usb_transfer_batch_t * batch_get( … … 65 66 void batch_bulk_out(usb_transfer_batch_t *instance); 66 67 68 ed_t * batch_ed(usb_transfer_batch_t *instance); 67 69 #endif 68 70 /**
Note:
See TracChangeset
for help on using the changeset viewer.