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


Ignore:
Timestamp:
2016-09-01T16:46:27Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a2fbc8
Parents:
9befb0d (diff), bdfdc51c (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.
Message:

Merge from mainline.

File:
1 edited

Legend:

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

    r9befb0d rf126c87  
    2727 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2828 */
     29
    2930/** @addtogroup drvusbhub
    3031 * @{
     
    3334 * @brief Hub driver.
    3435 */
     36
    3537#ifndef DRV_USBHUB_USBHUB_H
    3638#define DRV_USBHUB_USBHUB_H
     
    8284extern const usb_endpoint_description_t hub_status_change_endpoint_description;
    8385
    84 int usb_hub_device_add(usb_device_t *usb_dev);
    85 int usb_hub_device_remove(usb_device_t *usb_dev);
    86 int usb_hub_device_gone(usb_device_t *usb_dev);
     86extern int usb_hub_device_add(usb_device_t *);
     87extern int usb_hub_device_remove(usb_device_t *);
     88extern int usb_hub_device_gone(usb_device_t *);
    8789
    88 bool hub_port_changes_callback(usb_device_t *dev,
    89     uint8_t *change_bitmap, size_t change_bitmap_size, void *arg);
     90extern bool hub_port_changes_callback(usb_device_t *, uint8_t *, size_t,
     91    void *);
    9092
    9193#endif
     94
    9295/**
    9396 * @}
Note: See TracChangeset for help on using the changeset viewer.