Changeset a590a23 in mainline
- Timestamp:
- 2011-09-23T13:12:20Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0587d90
- Parents:
- 6c5abf9
- Location:
- uspace/drv/bus/usb/usbhub
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/Makefile
r6c5abf9 ra590a23 1 1 # 2 2 # Copyright (c) 2010 Vojtech Horky 3 # Copyright (c) 2011 Jan Vesely 3 4 # All rights reserved. 4 5 # … … 45 46 utils.c \ 46 47 usbhub.c \ 47 port s.c48 port.c 48 49 49 50 include $(USPACE_PREFIX)/Makefile.common -
uspace/drv/bus/usb/usbhub/port.c
r6c5abf9 ra590a23 42 42 #include <usb/debug.h> 43 43 44 #include "port s.h"44 #include "port.h" 45 45 #include "usbhub.h" 46 46 #include "utils.h" -
uspace/drv/bus/usb/usbhub/usbhub.h
r6c5abf9 ra590a23 49 49 #define NAME "usbhub" 50 50 51 #include "port s.h"51 #include "port.h" 52 52 53 53 /** Information about attached hub. */
Note:
See TracChangeset
for help on using the changeset viewer.