Changeset dd10e07 in mainline for uspace/drv/usbhid/usbhid.h


Ignore:
Timestamp:
2011-04-08T07:04:30Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73ae3373
Parents:
7f2e33a
Message:

Renamed hidd to hiddev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/usbhid.h

    r7f2e33a rdd10e07  
    3939#include <stdint.h>
    4040
    41 //#include <fibril_synch.h>
    42 
    43 //#include <usb/classes/hid.h>
    4441#include <usb/classes/hidparser.h>
    4542#include <ddf/driver.h>
     
    105102const char *usb_hid_get_class_name(usb_hid_iface_protocol_t device_type);
    106103
    107 /** @todo Maybe not needed in the API. */
    108104void usb_hid_free(usb_hid_dev_t **hid_dev);
    109105
Note: See TracChangeset for help on using the changeset viewer.