2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include <aros/debug.h>
9 #include <aros/kernel.h>
10 #include <aros/libcall.h>
12 #include <kernel_base.h>
14 /*****************************************************************************
17 #include <proto/kernel.h>
19 AROS_LH0I(void, KrnSti
,
24 struct KernelBase
*, KernelBase
, 10, Kernel
)
27 Instantly enable interrupts.
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.
51 ******************************************************************************/
55 aros_print_not_implemented ("KrnSti");