Changeset 3eaa5a5 in mainline
- Timestamp:
- 2011-04-07T12:05:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c50941f
- Parents:
- 578a2547
- Location:
- uspace/drv/usbhub
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/Makefile
r578a2547 r3eaa5a5 36 36 ports.c \ 37 37 utils.c \ 38 usbhub.c \ 39 usblist.c 38 usbhub.c 40 39 41 40 include $(USPACE_PREFIX)/Makefile.common -
uspace/drv/usbhub/usbhub_private.h
r578a2547 r3eaa5a5 38 38 39 39 #include "usbhub.h" 40 #include "usblist.h"41 40 42 41 #include <adt/list.h>
Note:
See TracChangeset
for help on using the changeset viewer.