Changeset b5111c46 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2014-07-23T21:38:25Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ffa96c2
- Parents:
- 87a3df7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
r87a3df7f rb5111c46 36 36 #define DRV_UHCI_HC_H 37 37 38 #include <ddf/driver.h> 38 39 #include <ddf/interrupt.h> 39 40 #include <device/hw_res_parsed.h> … … 93 94 typedef struct hc { 94 95 /** Generic HCD driver structure */ 95 hcd_t generic;96 hcd_t *generic; 96 97 97 98 /** Addresses of I/O registers */ … … 126 127 addr_range_t *); 127 128 void hc_interrupt(hc_t *instance, uint16_t status); 128 int hc_init(hc_t * instance, addr_range_t *regs, bool interupts);129 int hc_init(hc_t *, ddf_fun_t *, addr_range_t *, bool); 129 130 130 131 /** Safely dispose host controller internal structures
Note:
See TracChangeset
for help on using the changeset viewer.