Ignore:
File:
1 edited

Legend:

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

    r77ad86c r9d58539  
    3333 * USB device recognition.
    3434 */
    35 
    3635#ifndef LIBUSBDEV_RECOGNISE_H_
    3736#define LIBUSBDEV_RECOGNISE_H_
     
    4241#include <ipc/devman.h>
    4342
    44 extern int usb_device_create_match_ids_from_device_descriptor(
     43int usb_device_create_match_ids_from_device_descriptor(
    4544    const usb_standard_device_descriptor_t *, match_id_list_t *);
    4645
    47 extern int usb_device_create_match_ids_from_interface(
     46int usb_device_create_match_ids_from_interface(
    4847    const usb_standard_device_descriptor_t *,
    4948    const usb_standard_interface_descriptor_t *, match_id_list_t *);
    5049
    51 extern int usb_device_create_match_ids(usb_pipe_t *, match_id_list_t *);
     50int usb_device_create_match_ids(usb_pipe_t *, match_id_list_t *);
    5251
    53 extern int usb_device_register_child_in_devman(usb_pipe_t *ctrl_pipe,
     52int usb_device_register_child_in_devman(usb_pipe_t *ctrl_pipe,
    5453    ddf_dev_t *, ddf_dev_ops_t *, void *, ddf_fun_t **);
    5554
    5655#endif
    57 
    5856/**
    5957 * @}
Note: See TracChangeset for help on using the changeset viewer.