1 /* Automatically generated header! Do not edit! */ 2 3 #ifndef _PPCINLINE_CONSOLE_H 4 #define _PPCINLINE_CONSOLE_H 5 6 #ifndef __PPCINLINE_MACROS_H 7 #include <ppcinline/macros.h> 8 #endif /* !__PPCINLINE_MACROS_H */ 9 10 #ifndef CONSOLE_BASE_NAME 11 #define CONSOLE_BASE_NAME ConsoleDevice 12 #endif /* !CONSOLE_BASE_NAME */ 13 14 15 16 #define RawKeyConvert(__p0, __p1, __p2, __p3) \ 17 LP4(48, LONG , RawKeyConvert, \ 18 CONST struct InputEvent *, __p0, a0, \ 19 STRPTR , __p1, a1, \ 20 LONG , __p2, d1, \ 21 CONST struct KeyMap *, __p3, a2, \ 22 , CONSOLE_BASE_NAME, 0, 0, 0, 0, 0, 0) 23 24 25 #define CDInputHandler(__p0, __p1) \ 26 LP2(42, struct InputEvent *, CDInputHandler, \ 27 CONST struct InputEvent *, __p0, a0, \ 28 struct Library *, __p1, a1, \ 29 , CONSOLE_BASE_NAME, 0, 0, 0, 0, 0, 0) 30 31 32 #endif /* !_PPCINLINE_CONSOLE_H */