windows-nt/Source/XPSP1/NT/drivers/wdm/rt/exec/log.h
2020-09-26 16:20:57 +08:00

14 lines
158 B
C

// This is the list of all currently defined types of packets.
enum PacketTypes{
NODATA,
DMA_MASKED,
DMA_UNMASKED,
GLITCHED,
INTERRUPTS_HELDOFF
};