mirror of
https://github.com/spicetools/spicetools.git
synced 2026-04-24 23:06:48 -05:00
7 lines
141 B
C
7 lines
141 B
C
#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
|