spicetools/external/usbhidusage/usb-hid-usage.h

7 lines
141 B
C
Raw Permalink Normal View History

2024-08-28 15:10:34 +00:00
#ifndef USB_HID_USAGE_H
#define USB_HID_USAGE_H
char* usb_hid_get_usage_text(uint32_t usagePage, uint32_t usage);
#endif //USB_HID_USAGE_H