Changeset 6ab7f3e9 in mainline for uspace/drv/usbhub/usbhub.h


Ignore:
Timestamp:
2011-05-29T21:53:34Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
98e15b1
Parents:
5c1a65e
Message:

some code tiding

File:
1 edited

Legend:

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

    r5c1a65e r6ab7f3e9  
    5151#include "ports.h"
    5252
    53 
    54 
    5553/** Information about attached hub. */
    56 struct usb_hub_info_t{
     54struct usb_hub_info_t {
    5755        /** Number of ports. */
    5856        size_t port_count;
     
    106104};
    107105
    108 //int usb_hub_control_loop(void * hub_info_param);
    109 
    110 int usb_hub_add_device(usb_device_t * usb_dev);
     106int usb_hub_add_device(usb_device_t *usb_dev);
    111107
    112108bool hub_port_changes_callback(usb_device_t *dev,
Note: See TracChangeset for help on using the changeset viewer.