Changeset 0bd2879 in mainline for uspace/drv/uhci/utils/usb_device.h


Ignore:
Timestamp:
2011-01-08T21:51:41Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
977fcea
Parents:
602eac5
Message:

Refactoring move usb generics to usb_device.c

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/utils/usb_device.h

    r602eac5 r0bd2879  
    3838#include <usb/usb.h>
    3939
    40 int identify_device(device_t *hc, device_t *child, usb_address_t address);
     40int usb_device_identify(device_t *device, device_t *hc, usb_address_t address);
     41
     42int usb_device_init(device_t *device, device_t *hc, usb_address_t address,
     43  int port);
    4144
    4245#endif
Note: See TracChangeset for help on using the changeset viewer.