#include <revolution/os.h> BOOL OSEnableInterrupts(void);
None.
As long as the return value is not 0, interrupts of the status before the function call are enabled. If the return value is 0, interrupts of the status before the function call are disabled.
Enables external interrupts and decrementer exceptions.
Interrupt Functions
OSDisableInterrupts
OSIsEnableInterrupts
OSRestoreInterrupts
2009/07/16 Added OSIsEnableInterrupts to See Also.
2008/12/11 Added that status is that before this function is called to the description of return values.
2006/03/01 Initial version.
CONFIDENTIAL