Changeset 0748854 in mainline for uspace/drv/usbhub/ports.h
- Timestamp:
- 2011-04-09T23:30:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46e078a
- Parents:
- 77223f8 (diff), f11c288 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/ports.h
r77223f8 r0748854 36 36 #define DRV_USBHUB_PORTS_H 37 37 38 #include <ipc/devman.h> 39 #include <usb/usb.h> 40 #include <ddf/driver.h> 41 #include <fibril_synch.h> 42 38 #include <usb/devdrv.h> 43 39 #include <usb/hub.h> 44 40 45 #include <usb/pipes.h> 46 #include <usb/devdrv.h> 41 typedef struct usb_hub_info_t usb_hub_info_t; 47 42 48 43 /** Information about single port on a hub. */ … … 72 67 } 73 68 74 bool hub_port_changes_callback(usb_device_t *, uint8_t *, size_t, void *); 69 70 void usb_hub_process_interrupt(usb_hub_info_t * hub, 71 uint16_t port); 72 75 73 76 74
Note:
See TracChangeset
for help on using the changeset viewer.