xcmd/example/linux/linux_keys.h

7 lines
79 B
C

#ifndef LINUX_KEYS_H
#define LINUX_KEYS_H
void linux_keys_init(void);
#endif