Changeset 5a73a7e in mainline for uspace/drv/bus/usb/usbhub/usbhub.h


Ignore:
Timestamp:
2018-01-12T10:29:38Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f75725d
Parents:
c097d22
Message:

usbhub: add device_removed callback

File:
1 edited

Legend:

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

    rc097d22 r5a73a7e  
    8585extern int usb_hub_device_add(usb_device_t *);
    8686extern int usb_hub_device_remove(usb_device_t *);
     87extern int usb_hub_device_removed(usb_device_t *);
    8788extern int usb_hub_device_gone(usb_device_t *);
    8889
Note: See TracChangeset for help on using the changeset viewer.