/* Automatically generated header! Do not edit! */

#ifndef _INLINE_CONSOLE_H
#define _INLINE_CONSOLE_H

#ifndef __INLINE_MACROS_H
#include <inline/macros.h>
#endif /* !__INLINE_MACROS_H */

#ifndef CONSOLE_BASE_NAME
#define CONSOLE_BASE_NAME ConsoleDevice
#endif /* !CONSOLE_BASE_NAME */

#define CDInputHandler(events, consoleDevice) \
	LP2(0x2a, struct InputEvent *, CDInputHandler, struct InputEvent *, events, a0, struct Library *, consoleDevice, a1, \
	, CONSOLE_BASE_NAME)

#define RawKeyConvert(events, buffer, length, keyMap) \
	LP4(0x30, LONG, RawKeyConvert, struct InputEvent *, events, a0, STRPTR, buffer, a1, long, length, d1, struct KeyMap *, keyMap, a2, \
	, CONSOLE_BASE_NAME)

#endif /* !_INLINE_CONSOLE_H */
