Changeset 0d4b110 in mainline for uspace/drv/bus/usb/ohci/hc.h
- Timestamp:
- 2013-09-29T18:50:27Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fd16b93
- Parents:
- 11a3b5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
r11a3b5f r0d4b110 35 35 #define DRV_OHCI_HC_H 36 36 37 #include <adt/list.h> 38 #include <ddi.h> 39 #include <ddf/driver.h> 40 #include <device/hw_res_parsed.h> 37 41 #include <fibril.h> 38 42 #include <fibril_synch.h> 39 #include <adt/list.h> 40 #include <ddi.h> 41 #include <ddf/interrupt.h> 43 #include <stdbool.h> 44 #include <sys/types.h> 42 45 43 #include <usb/usb.h>44 46 #include <usb/host/hcd.h> 47 #include <usb/host/endpoint.h> 48 #include <usb/host/usb_transfer_batch.h> 45 49 46 #include "ohci_batch.h"47 50 #include "ohci_regs.h" 48 51 #include "ohci_rh.h"
Note:
See TracChangeset
for help on using the changeset viewer.