Changeset 940f576 in mainline for uspace/drv/bus/usb/usbhub/usbhub.h


Ignore:
Timestamp:
2011-10-12T18:54:05Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
196fbb0
Parents:
51f033ce
Message:

usbhub: Add device_gone skeleton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/usbhub.h

    r51f033ce r940f576  
    5252
    5353/** Information about attached hub. */
    54 struct usb_hub_info_t {
     54struct usb_hub_info {
    5555        /** Number of ports. */
    5656        size_t port_count;
     
    7979
    8080int usb_hub_device_add(usb_device_t *usb_dev);
     81int usb_hub_device_gone(usb_device_t *usb_dev);
    8182
    8283bool hub_port_changes_callback(usb_device_t *dev,
Note: See TracChangeset for help on using the changeset viewer.