ReactOS 0.4.16-dev-588-gf07ea94
|
#include <io.h>
Public Attributes | |
KINTERRUPT | FirstInterrupt |
PKINTERRUPT | Interrupt [MAXIMUM_PROCESSORS] |
KSPIN_LOCK | SpinLock |
KINTERRUPT _IO_INTERRUPT::FirstInterrupt |
Definition at line 323 of file io.h.
Referenced by IoConnectInterrupt(), and IoDisconnectInterrupt().
PKINTERRUPT _IO_INTERRUPT::Interrupt[MAXIMUM_PROCESSORS] |
Definition at line 324 of file io.h.
Referenced by IoConnectInterrupt(), and IoDisconnectInterrupt().
KSPIN_LOCK _IO_INTERRUPT::SpinLock |
Definition at line 325 of file io.h.
Referenced by IoConnectInterrupt().