Changeset 195890b in mainline for uspace/drv/usbhub/usbhub.h


Ignore:
Timestamp:
2011-04-03T21:39:28Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3bb6b35
Parents:
6c399765
Message:

codelifting

File:
1 edited

Legend:

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

    r6c399765 r195890b  
    4848#include <usb/devdrv.h>
    4949
    50 
    5150/** Information about attached hub. */
    5251typedef struct {
     
    5655        /** attached device handles, for each port one */
    5756        usb_hc_attached_device_t * attached_devs;
    58        
     57
    5958        /** connection to hcd */
    6059        usb_hc_connection_t connection;
Note: See TracChangeset for help on using the changeset viewer.