2 * Acess2 Kernel - Keyboard Character Mappings
3 * - By John Hodge (thePowersGang)
6 * - Core keymap "library" header
8 #ifndef _KEYMAP__KEYMAP_INT_H_
9 #define _KEYMAP__KEYMAP_INT_H_
11 typedef struct sKeymap tKeymap;
12 typedef struct sKeymapLayer tKeymapLayer;
24 tKeymapLayer *Layers[];
29 struct sKeyboard *Next;
31 struct sVFS_Node *Node;