|
The Pedigree Project
0.1
|
#include <Processor.h>
Collaboration diagram for EnsureInterrupts:Public Member Functions | |
| EnsureInterrupts (bool desired) | |
Private Attributes | |
| bool | m_bPrevious |
EnsureInterrupts ensures interrupts are enabled or disabled in an RAII way. After the block completes, the interrupts enable state is restored.
Definition at line 423 of file Processor.h.
1.8.11