Compare commits
No commits in common. "main" and "20230706" have entirely different histories.
1 changed files with 1 additions and 6 deletions
|
@ -26,12 +26,7 @@
|
||||||
#define LIBEVDEV_H
|
#define LIBEVDEV_H
|
||||||
|
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
extern int libevdev_event_code_from_name(unsigned int type, const char *name);
|
extern int libevdev_event_code_from_name(unsigned int type, const char *name);
|
||||||
extern const char * libevdev_event_code_get_name(unsigned int type, unsigned int code);
|
extern const char * libevdev_event_code_get_name(unsigned int type, unsigned int code);
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue