OSRestoreInterrupts

C Specification

#include <revolution/os.h>
BOOL OSRestoreInterrupts (BOOL enable);

Arguments

enable Nonzero value to enable interrupts. This argument must be a return value from previously calling the OSDisableInterrupts, OSEnableInterrupts, or OSRestoreInterrupts functions.

Return Values

Nonzero value if interrupts were enabled. Zero if interrupts were disabled.

Description

Restores the previous interrupt level.

See Also

Interrupt Functions, OSDisableInterrupts, OSEnableInterrupts

Revision History

03/01/2006 Initial version.