Changeset 3e4f2e0 in mainline for uspace/drv/uhci-hcd/hw_struct
- Timestamp:
- 2011-05-08T20:00:07Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 55054db0, 9212f8a
- Parents:
- 19065c7
- Location:
- uspace/drv/uhci-hcd/hw_struct
- Files:
-
- 2 edited
-
queue_head.h (modified) (1 diff)
-
transfer_descriptor.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/hw_struct/queue_head.h
r19065c7 r3e4f2e0 38 38 #include "link_pointer.h" 39 39 #include "transfer_descriptor.h" 40 #include " utils/malloc32.h"40 #include "../utils/malloc32.h" 41 41 42 42 /** This structure is defined in UHCI design guide p. 31 */ -
uspace/drv/uhci-hcd/hw_struct/transfer_descriptor.c
r19065c7 r3e4f2e0 36 36 37 37 #include "transfer_descriptor.h" 38 #include " utils/malloc32.h"38 #include "../utils/malloc32.h" 39 39 40 40 /** Initialize Transfer Descriptor
Note:
See TracChangeset
for help on using the changeset viewer.
