~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/drv/bus/usb/usbhid/usbhid.h

  • Committer: Jiri Svoboda
  • Date: 2013-04-19 18:38:18 UTC
  • mfrom: (1527.1.284 main-clone)
  • Revision ID: jiri@wiwaxia-20130419183818-nvfibuh4t5qol0e3
MergeĀ mainlineĀ chages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#include <usb/dev/pipes.h>
44
44
#include <usb/dev/driver.h>
45
45
#include <usb/hid/hid.h>
46
 
#include <bool.h>
 
46
#include <stdbool.h>
47
47
 
48
48
typedef struct usb_hid_dev usb_hid_dev_t;
49
49
typedef struct usb_hid_subdriver usb_hid_subdriver_t;