refactored some code. compiles now without suppresing any warning with gcc-6.3.0.
[AROS.git] / rom / kernel / releaseinput.c
blobbc3e67b23c4cfcfe7aa8b3022f60e1cd709a11af
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 */
8 #include <aros/kernel.h>
9 #include <aros/libcall.h>
11 #include <kernel_base.h>
13 /*****************************************************************************
15 NAME */
16 #include <proto/kernel.h>
18 AROS_LH0I(void, KrnReleaseInput,
20 /* SYNOPSIS */
22 /* LOCATION */
23 struct KernelBase *, KernelBase, 34, Kernel)
25 /* FUNCTION
26 Release low-level debug input hardware and hand it back to the operating system
28 INPUTS
29 None
31 RESULT
32 None
34 NOTES
36 EXAMPLE
38 BUGS
40 SEE ALSO
42 INTERNALS
44 ******************************************************************************/
46 AROS_LIBFUNC_INIT
48 /* The implementation of this function is entirely architecture-specific (at least for now) */
50 AROS_LIBFUNC_EXIT