Changeset 1fb1339 in mainline for uspace/drv
- Timestamp:
- 2011-03-21T09:08:43Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 81dce9f
- Parents:
- e7bc999
- Location:
- uspace/drv/uhci-hcd
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/Makefile
re7bc999 r1fb1339 40 40 uhci_rh.c \ 41 41 uhci_struct/transfer_descriptor.c \ 42 utils/device_keeper.c \43 42 pci.c \ 44 43 batch.c -
uspace/drv/uhci-hcd/batch.h
re7bc999 r1fb1339 39 39 #include <usbhc_iface.h> 40 40 #include <usb/usb.h> 41 #include <usb/host/device_keeper.h> 41 42 42 43 #include "uhci_struct/transfer_descriptor.h" 43 44 #include "uhci_struct/queue_head.h" 44 #include "utils/device_keeper.h"45 45 46 46 typedef struct batch -
uspace/drv/uhci-hcd/iface.c
re7bc999 r1fb1339 41 41 #include "iface.h" 42 42 #include "uhci_hc.h" 43 #include "utils/device_keeper.h"44 43 45 44 /** Reserve default address interface function -
uspace/drv/uhci-hcd/uhci_hc.h
re7bc999 r1fb1339 42 42 43 43 #include <usbhc_iface.h> 44 #include <usb/host/device_keeper.h> 44 45 45 46 #include "batch.h" 46 47 #include "transfer_list.h" 47 #include "utils/device_keeper.h"48 48 49 49 typedef struct uhci_regs {
Note:
See TracChangeset
for help on using the changeset viewer.