Windows2000/private/ntos/inc/jazzint.h
2020-09-30 17:12:32 +02:00

37 lines
633 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1991 Microsoft Corporation
Module Name:
jazzint.h
Abstract:
This module is the header file that describes hardware structure
for the interrupt source and enable registers on the Jazz R3000
and R4000 system.
Author:
David N. Cutler (davec) 6-May-1991
Revision History:
*/
#ifndef _JAZZINT_
#define _JAZZINT_
// Define Interrupt register structure.
typedef struct _INTERRUPT_REGISTERS {
UCHAR Source;
UCHAR Fill1;
USHORT Enable;
} INTERRUPT_REGISTERS, *PINTERRUPT_REGISTERS;
#endif // _JAZZINT_