Minor fixes to comments.
[AROS.git] / rom / kernel / sti.c
blob462c9a19eb0ff65dceaed1ef9b9dd5c513c9e62d
1 #include <aros/debug.h>
2 #include <aros/kernel.h>
3 #include <aros/libcall.h>
5 #include <kernel_base.h>
7 /*****************************************************************************
9 NAME */
10 #include <proto/kernel.h>
12 AROS_LH0I(void, KrnSti,
14 /* SYNOPSIS */
16 /* LOCATION */
17 struct KernelBase *, KernelBase, 10, Kernel)
19 /* FUNCTION
20 Instantly enable interrupts.
22 INPUTS
23 None
25 RESULT
26 None
28 NOTES
29 This is low level function, it does not have nesting count
30 and state tracking mechanism. It operates directly on the CPU.
31 Normal applications should consider using exec.library/Enable().
33 EXAMPLE
35 BUGS
37 SEE ALSO
38 KrnCli()
40 INTERNALS
42 ******************************************************************************/
44 AROS_LIBFUNC_INIT
46 aros_print_not_implemented ("KrnSti");
48 AROS_LIBFUNC_EXIT