7 lines
65 B
C
7 lines
65 B
C
#ifndef HID_H_
|
|
#define HID_H_
|
|
|
|
int run_hid_device(void);
|
|
|
|
#endif
|