Changes in uspace/drv/usbhid/usbhid.h [faa44e58:dd3eda2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/usbhid.h
rfaa44e58 rdd3eda2 39 39 #include <stdint.h> 40 40 41 #include <usb/ hid/hidparser.h>41 #include <usb/classes/hidparser.h> 42 42 #include <ddf/driver.h> 43 #include <usb/ dev/pipes.h>44 #include <usb/dev /driver.h>45 #include <usb/ hid/hid.h>43 #include <usb/pipes.h> 44 #include <usb/devdrv.h> 45 #include <usb/classes/hid.h> 46 46 #include <bool.h> 47 47
Note:
See TracChangeset
for help on using the changeset viewer.