91c81204efab51629fcd71f108ebad81b985c454
[AROS.git] / arch / m68k-amiga / kernel / obtaininput.c
blob91c81204efab51629fcd71f108ebad81b985c454
1 #include <aros/kernel.h>
2 #include <aros/libcall.h>
4 #include <kernel_base.h>
6 /*****************************************************************************
8 NAME */
9 #include <proto/kernel.h>
11 AROS_LH0I(int, KrnObtainInput,
13 /* SYNOPSIS */
15 /* LOCATION */
16 struct KernelBase *, KernelBase, 33, Kernel)
18 /* FUNCTION
19 Take over low-level debug input hardware and initialize the input
21 INPUTS
22 None
24 RESULT
25 Nonzero for success, zero for failure (for example there's no input channel)
27 NOTES
29 EXAMPLE
31 BUGS
33 SEE ALSO
35 INTERNALS
37 ******************************************************************************/
39 AROS_LIBFUNC_INIT
41 return TRUE;
43 AROS_LIBFUNC_EXIT