Changeset 8064c2f6 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2013-09-28T21:51:51Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11a3b5f
- Parents:
- 8f1dd3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
r8f1dd3b r8064c2f6 36 36 #define DRV_UHCI_HC_H 37 37 38 #include <ddf/interrupt.h>39 38 #include <device/hw_res_parsed.h> 40 39 #include <fibril.h> 41 40 #include <macros.h> 41 #include <stdbool.h> 42 #include <sys/types.h> 42 43 #include <usb/host/hcd.h> 44 #include <usb/host/usb_transfer_batch.h> 45 43 46 #include "uhci_rh.h" 44 45 47 #include "transfer_list.h" 48 #include "hw_struct/link_pointer.h" 46 49 47 50 /** UHCI I/O registers layout */
Note:
See TracChangeset
for help on using the changeset viewer.