#ifndef KEYMAP_H
#define KEYMAP_H

#include <linux/input.h>

char keymap_lookup(int code);
char keymap_lookup_shifted(int code);

#endif