Changeset b79c31f9 in mainline


Ignore:
Timestamp:
2011-04-09T18:37:31Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
58226b4, 709e868
Parents:
2ad98fd
Message:

patch for cyclical dependencies

File:
1 edited

Legend:

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

    r2ad98fd rb79c31f9  
    5454
    5555/** Information about attached hub. */
    56 typedef struct usb_hub_info_t{
     56struct usb_hub_info_t{
    5757        /** Number of ports. */
    5858        size_t port_count;
     
    8989        /** generic usb device data*/
    9090        usb_device_t * usb_device;
    91 } usb_hub_info_t;
     91};
    9292
    9393//int usb_hub_control_loop(void * hub_info_param);
Note: See TracChangeset for help on using the changeset viewer.