#include <revolution/os.h>
BOOL OSDisableInterrupts(void);
None.
Nonzero value if interrupts were enabled. Zero if interrupts were disabled.
Disables external interrupts and decrementer exceptions.
Interrupt Functions, OSEnableInterrupts, OSRestoreInterrupts
03/01/2006 Initial version.