diff options
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,7 +1,13 @@ #ifndef KL_UTILS_H #define KL_UTILS_H +#include <linux/input.h> +#include "config.h" + void disable_term_echo(); void enable_term_echo(); +/* void print_pure(struct input_event *ie, struct config *cfg); */ +/* void print_with_time(struct input_event *ie, struct config *cfg); */ + #endif |
