Ignore:
Timestamp:
2016-07-22T08:24:47Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f76d2c2
Parents:
5b18137 (diff), 8351f9a4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~jan.vesely/helenos/usb

File:
1 edited

Legend:

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

    r5b18137 rb4b534ac  
    3737#define LIBUSBDEV_RECOGNISE_H_
    3838
    39 #include <sys/types.h>
    40 #include <usb/usb.h>
     39#include <usb/descriptor.h>
    4140#include <usb/dev/pipes.h>
    42 #include <ipc/devman.h>
     41
     42#include <devman.h>
    4343
    4444extern int usb_device_create_match_ids_from_device_descriptor(
     
    5050
    5151extern int usb_device_create_match_ids(usb_pipe_t *, match_id_list_t *);
    52 
    53 extern int usb_device_register_child_in_devman(usb_pipe_t *ctrl_pipe,
    54     ddf_dev_t *, ddf_fun_t *, ddf_dev_ops_t *);
    55 
    5652#endif
    5753
Note: See TracChangeset for help on using the changeset viewer.