Ignore:
Timestamp:
2011-12-12T12:09:12Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dbb7e3b
Parents:
c24c157d
Message:

libusb, libusbdev: Move usb_device_connection to separate header in libusbdev.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/pipes.h

    rc24c157d r1a38701  
    3636
    3737#include <sys/types.h>
    38 #include <usb/usb.h>
    39 #include <usb/dev.h>
    40 #include <usb/descriptor.h>
    4138#include <ipc/devman.h>
    4239#include <ddf/driver.h>
    4340#include <fibril_synch.h>
    4441#include <async.h>
     42#include <usb/usb.h>
     43#include <usb/descriptor.h>
     44#include <usb/dev/usb_device_connection.h>
    4545
    4646/** Abstraction of a logical connection to USB device endpoint.
Note: See TracChangeset for help on using the changeset viewer.