Changeset 5d5f971 in mainline
- Timestamp:
- 2011-03-08T14:36:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2b58a63
- Parents:
- 1d115c8
- Location:
- uspace
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/utils/malloc32.h
r1d115c8 r5d5f971 34 34 #ifndef DRV_UHCI_TRANSLATOR_H 35 35 #define DRV_UHCI_TRANSLATOR_H 36 37 #include <usb/usbmem.h>38 36 39 37 #include <assert.h> -
uspace/lib/usb/Makefile
r1d115c8 r5d5f971 47 47 src/request.c \ 48 48 src/usb.c \ 49 src/usbdevice.c \ 50 src/usbmem.c 49 src/usbdevice.c 51 50 52 51 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.