Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
158 B

  1. // This is the list of all currently defined types of packets.
  2. enum PacketTypes{
  3. NODATA,
  4. DMA_MASKED,
  5. DMA_UNMASKED,
  6. GLITCHED,
  7. INTERRUPTS_HELDOFF
  8. };