2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
5 Desc: Disable() - Stop interrupts from occurring.
9 #include <exec/types.h>
10 #include <exec/execbase.h>
11 #include <aros/libcall.h>
12 #include <asm/registers.h>
19 #include <proto/exec.h>
21 /* See rom/exec/disable.c for documentation */
23 AROS_LH0(void, Disable
,
24 struct ExecBase
*, SysBase
, 20, Exec
)
31 * Disable interrupts by masking all interrupts.