ReactOS 0.4.15-dev-7842-g558ab78
_IO_INTERRUPT Struct Reference

#include <io.h>

Collaboration diagram for _IO_INTERRUPT:

Public Attributes

KINTERRUPT FirstInterrupt
 
PKINTERRUPT Interrupt [MAXIMUM_PROCESSORS]
 
KSPIN_LOCK SpinLock
 

Detailed Description

Definition at line 321 of file io.h.

Member Data Documentation

◆ FirstInterrupt

KINTERRUPT _IO_INTERRUPT::FirstInterrupt

Definition at line 323 of file io.h.

Referenced by IoConnectInterrupt(), and IoDisconnectInterrupt().

◆ Interrupt

PKINTERRUPT _IO_INTERRUPT::Interrupt[MAXIMUM_PROCESSORS]

Definition at line 324 of file io.h.

Referenced by IoConnectInterrupt(), and IoDisconnectInterrupt().

◆ SpinLock

KSPIN_LOCK _IO_INTERRUPT::SpinLock

Definition at line 325 of file io.h.

Referenced by IoConnectInterrupt().


The documentation for this struct was generated from the following file: