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