Windows NT 4.0 source code leak
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.

35 lines
664 B

4 years ago
  1. // #pragma comment(exestr, "@(#) r94aint.h 1.1 95/09/28 15:49:28 nec")
  2. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  3. Copyright (c) 1991 Microsoft Corporation
  4. Module Name:
  5. duoint.h
  6. Abstract:
  7. This module is the header file that describes hardware structure
  8. for the interrupt source and enable registers on the DUO system.
  9. Author:
  10. Lluis Abello (lluis) 20-Apr-1993
  11. Revision History:
  12. --*/
  13. #ifndef _DUOINT_
  14. #define _DUOINT_
  15. //
  16. // Define Interrupt register structure.
  17. //
  18. typedef struct _INTERRUPT_REGISTERS {
  19. USHORT Fill;
  20. USHORT Enable;
  21. } INTERRUPT_REGISTERS, *PINTERRUPT_REGISTERS;
  22. #endif // _DUOINT_