2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include <aros/kernel.h>
10 #include <kernel_base.h>
11 #include <kernel_debug.h>
13 /*****************************************************************************
16 #include <proto/kernel.h>
18 AROS_LH0(int, KrnMayGetChar
,
23 struct KernelBase
*, KernelBase
, 26, Kernel
)
26 Read a single character from low-level debug input stream
32 An ASCII code of the character or -1 if there's no character
36 This function never waits. If there is no character available on
37 the stream it just returns with -1
47 ******************************************************************************/
51 /* The implementation is entirely architecture-specific */