2f3a815d40ed0398276f9411ddb0794f8f757564
[AROS.git] / arch / m68k-amiga / kernel / releaseinput.c
blob2f3a815d40ed0398276f9411ddb0794f8f757564
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(void, KrnReleaseInput,
13 /* SYNOPSIS */
15 /* LOCATION */
16 struct KernelBase *, KernelBase, 34, Kernel)
18 /* FUNCTION
19 Release low-level debug input hardware and hand it back to the operating system
21 INPUTS
22 None
24 RESULT
25 None
27 NOTES
29 EXAMPLE
31 BUGS
33 SEE ALSO
35 INTERNALS
37 ******************************************************************************/
39 AROS_LIBFUNC_INIT
41 /* Nothing to do */
43 AROS_LIBFUNC_EXIT