windows-nt/Source/XPSP1/NT/drivers/wdm/rt/exec/log.h

14 lines
158 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
// This is the list of all currently defined types of packets.
enum PacketTypes{
NODATA,
DMA_MASKED,
DMA_UNMASKED,
GLITCHED,
INTERRUPTS_HELDOFF
};