Ignore:
Timestamp:
2013-01-26T16:12:18Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7c69861
Parents:
9e79a2f
Message:

libusbdev: Add ddf function creation wrapper.

Cleanup request.h header.

File:
1 edited

Legend:

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

    r9e79a2f rbb512b2d  
    3737#define LIBUSBDEV_RECOGNISE_H_
    3838
    39 #include <sys/types.h>
    4039#include <usb/usb.h>
    4140#include <usb/dev/pipes.h>
    42 #include <ipc/devman.h>
    4341
    4442extern int usb_device_create_match_ids_from_device_descriptor(
     
    5048
    5149extern 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 **);
    55 
    5650#endif
    5751
Note: See TracChangeset for help on using the changeset viewer.