use the locations specified in the bcm2708_boot header
[AROS.git] / rom / kernel / sti.c
blobbdf2fc479258abc72ad654e6e1eac13e5e0f2fca
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 */
8 #include <aros/debug.h>
9 #include <aros/kernel.h>
10 #include <aros/libcall.h>
12 #include <kernel_base.h>
14 /*****************************************************************************
16 NAME */
17 #include <proto/kernel.h>
19 AROS_LH0I(void, KrnSti,
21 /* SYNOPSIS */
23 /* LOCATION */
24 struct KernelBase *, KernelBase, 10, Kernel)
26 /* FUNCTION
27 Instantly enable interrupts.
29 INPUTS
30 None
32 RESULT
33 None
35 NOTES
36 This is low level function, it does not have nesting count
37 and state tracking mechanism. It operates directly on the CPU.
38 Normal applications should consider using exec.library/Enable().
40 This function isn't implemented on all platforms.
42 EXAMPLE
44 BUGS
46 SEE ALSO
47 KrnCli()
49 INTERNALS
51 ******************************************************************************/
53 AROS_LIBFUNC_INIT
55 aros_print_not_implemented ("KrnSti");
57 AROS_LIBFUNC_EXIT