1 #include <aros/kernel.h>
2 #include <aros/libcall.h>
4 #include <kernel_base.h>
6 /*****************************************************************************
9 #include <proto/kernel.h>
11 AROS_LH0I(void, KrnCli
,
16 struct KernelBase
*, KernelBase
, 9, Kernel
)
19 Instantly disable interrupts.
28 This is low level function, it does not have nesting count
29 and state tracking mechanism. It operates directly on the CPU.
30 Normal applications should consider using exec.library/Disable().
41 ******************************************************************************/
45 /* The implementation of this function is entirely architecture-specific */