1 2 3 4 5 6 7 8
#ifndef KEY_TRACKER_H #define KEY_TRACKER_H #include <linux/input.h> void log_key(int key); #endif