summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halr96b/mips/r94aint.h
blob: 6904b9a8576b8d93ea4cb114e75178ceb37281b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// #pragma comment(exestr, "@(#) r94aint.h 1.1 95/09/28 15:49:28 nec")
/*++ BUILD Version: 0001    // Increment this if a change has global effects

Copyright (c) 1991  Microsoft Corporation

Module Name:

    duoint.h

Abstract:

    This module is the header file that describes hardware structure
    for the interrupt source and enable registers on the DUO system.

Author:

    Lluis Abello (lluis) 20-Apr-1993

Revision History:

--*/

#ifndef _DUOINT_
#define _DUOINT_

//
// Define Interrupt register structure.
//

typedef struct _INTERRUPT_REGISTERS {
    USHORT Fill;
    USHORT Enable;
} INTERRUPT_REGISTERS, *PINTERRUPT_REGISTERS;

#endif // _DUOINT_