define __KERNEL_STRICT_NAMES to avoid inclusion of kernel types on systems that carry...
[cake.git] / rom / devs / keyboard / keyboard.conf
blob285fec81e5447cd6d87bfb8f6d8747e8204d41ef
1 ##begin config
2 version 41.1
3 residentpri 44
4 libbasetype struct KeyboardBase
5 options noexpunge
6 beginio_func beginio
7 abortio_func abortio
8 ##end config
9 ##begin cdefprivate
10 #include "keyboard_intern.h"
11 ##end cdefprivate