Changeset 87619045 in mainline for uspace/lib/usbdev/src/devdrv.c


Ignore:
Timestamp:
2013-01-27T11:35:32Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7363fc1
Parents:
71384bd3
Message:

usb: Move usb_device to a separate header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/devdrv.c

    r71384bd3 r87619045  
    3333 * USB device driver framework.
    3434 */
    35 #include <usb/dev/driver.h>
     35
     36#include <usb_iface.h>
     37#include <usb/dev/device.h>
    3638#include <usb/dev/request.h>
    3739#include <usb/debug.h>
Note: See TracChangeset for help on using the changeset viewer.