define __KERNEL_STRICT_NAMES to avoid inclusion of kernel types on systems that carry...
[cake.git] / rom / keymap / keymap.conf
blobec2383f296ee4117f0e055351524473d243e6c70
1 ##begin config
2 version 41.2
3 libbasetype struct KeymapBase
4 residentpri 40
5 options noautolib, noexpunge
6 ##end config
8 ##begin cdef
9 #include <devices/keymap.h>
10 #include <devices/inputevent.h>
11 ##end cdef
13 ##begin cdefprivate
14 #include "keymap_intern.h"
15 ##end cdefprivate
17 ##begin functionlist
18 void SetKeyMapDefault(struct KeyMap *keyMap) (A0)
19 struct KeyMap *AskKeyMapDefault() ()
20 WORD MapRawKey(struct InputEvent *event, STRPTR buffer, LONG length, struct KeyMap *keyMap) (A0, A1, D1, A2)
21 LONG MapANSI(STRPTR string, LONG count, STRPTR buffer, LONG length, struct KeyMap *keyMap) (A0, D0, A1, D1, A2)
22 ##end functionlist