Changeset 1ae74c6 in mainline for uspace/drv/bus/usb/uhci
- Timestamp:
- 2012-10-14T14:10:16Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b082ba9
- Parents:
- a9654bf
- Location:
- uspace/drv/bus/usb/uhci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
ra9654bf r1ae74c6 35 35 #include <str_error.h> 36 36 #include <adt/list.h> 37 #include < libarch/ddi.h>37 #include <ddi.h> 38 38 39 39 #include <usb/debug.h> -
uspace/drv/bus/usb/uhci/hc.h
ra9654bf r1ae74c6 37 37 38 38 #include <fibril.h> 39 #include <ddi.h>40 41 39 #include <usb/host/hcd.h> 42 40
Note:
See TracChangeset
for help on using the changeset viewer.