Changeset f9351b1 in mainline
- Timestamp:
- 2014-01-23T22:03:58Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a24d6825
- Parents:
- 07b8877
- Location:
- uspace/drv/bus/usb/ehci
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/Makefile
r07b8877 rf9351b1 45 45 46 46 SOURCES = \ 47 ehci_endpoint.c \ 47 48 ehci_rh.c \ 49 endpoint_list.c \ 48 50 hc.c \ 49 51 main.c \ -
uspace/drv/bus/usb/ehci/hw_struct/queue_head.h
r07b8877 rf9351b1 118 118 } qh_t; 119 119 120 120 121 #endif 121 122 /**
Note:
See TracChangeset
for help on using the changeset viewer.