Changeset 45cbf897 in mainline for uspace/drv/bus/usb/ehci/endpoint_list.h
- Timestamp:
- 2015-07-03T03:54:45Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8fc61c8
- Parents:
- e6d7df1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/endpoint_list.h
re6d7df1 r45cbf897 39 39 #include <fibril_synch.h> 40 40 #include <sys/types.h> 41 #include <usb/host/utils/malloc32.h> 41 42 42 43 #include "ehci_endpoint.h" 43 44 #include "hw_struct/queue_head.h" 44 #include "utils/malloc32.h"45 45 46 46 /** Structure maintains both EHCI queue and software list of active endpoints.*/
Note:
See TracChangeset
for help on using the changeset viewer.