Changes in uspace/drv/usbhub/ports.h [2ad98fd:69df9373] in mainline
- File:
-
- 1 edited
-
uspace/drv/usbhub/ports.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/ports.h
r2ad98fd r69df9373 36 36 #define DRV_USBHUB_PORTS_H 37 37 38 #include <usb/devdrv.h> 38 #include <ipc/devman.h> 39 #include <usb/usb.h> 40 #include <ddf/driver.h> 41 #include <fibril_synch.h> 42 39 43 #include <usb/hub.h> 40 44 41 typedef struct usb_hub_info_t usb_hub_info_t; 45 #include <usb/pipes.h> 46 #include <usb/devdrv.h> 42 47 43 48 /** Information about single port on a hub. */ … … 67 72 } 68 73 69 70 void usb_hub_process_interrupt(usb_hub_info_t * hub, 71 uint16_t port); 72 74 bool hub_port_changes_callback(usb_device_t *, uint8_t *, size_t, void *); 73 75 74 76
Note:
See TracChangeset
for help on using the changeset viewer.
