Changeset d736fe38 in mainline for uspace/drv/ohci/hcd_endpoint.h
- Timestamp:
- 2011-05-17T12:54:02Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c7b5826
- Parents:
- 28d9c95
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hcd_endpoint.h
r28d9c95 rd736fe38 37 37 #include <assert.h> 38 38 #include <adt/list.h> 39 40 39 #include <usb/host/endpoint.h> 41 40 … … 43 42 #include "hw_struct/transfer_descriptor.h" 44 43 45 typedef struct hcd_endpoint { 44 typedef struct hcd_endpoint 45 { 46 46 ed_t *ed; 47 47 td_t *td;
Note:
See TracChangeset
for help on using the changeset viewer.