also adjust section type from SHT_REL to SHT_RELA
[AROS.git] / arch / m68k-amiga / kernel / maygetchar.c
bloba08276b2e636b588a1d0cc1419b6d08bf35294bc
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/kernel.h>
8 #include <kernel_base.h>
9 #include <kernel_debug.h>
11 #include <proto/kernel.h>
13 /* See rom/kernel/maygetchar.c for documentation */
15 AROS_LH0(int, KrnMayGetChar,
16 struct KernelBase *, KernelBase, 26, Kernel)
18 AROS_LIBFUNC_INIT
20 extern int DebugMayGetChar(void);
22 /* The implementation is entirely architecture-specific */
23 return DebugMayGetChar();
25 AROS_LIBFUNC_EXIT