Changeset a209648 in mainline for uspace/drv/usbhub/usbhub.h


Ignore:
Timestamp:
2011-04-05T20:27:38Z (14 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5ccfd1
Parents:
3dba1ca
Message:

some code unmessing

File:
1 edited

Legend:

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

    r3dba1ca ra209648  
    9999int usb_hub_control_loop(void * hub_info_param);
    100100
     101int usb_hub_add_device(usb_device_t * usb_dev);
     102
    101103/**
    102104 * Check changes on specified hub
     
    108110
    109111
    110 int usb_hub_add_device(usb_device_t * usb_dev);
    111 
    112112#endif
    113113/**
Note: See TracChangeset for help on using the changeset viewer.