Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

jazzint.h

Go to the documentation of this file.
00001 /*++ BUILD Version: 0001 // Increment this if a change has global effects 00002 00003 Copyright (c) 1991 Microsoft Corporation 00004 00005 Module Name: 00006 00007 jazzint.h 00008 00009 Abstract: 00010 00011 This module is the header file that describes hardware structure 00012 for the interrupt source and enable registers on the Jazz R3000 00013 and R4000 system. 00014 00015 Author: 00016 00017 David N. Cutler (davec) 6-May-1991 00018 00019 Revision History: 00020 00021 --*/ 00022 00023 #ifndef _JAZZINT_ 00024 #define _JAZZINT_ 00025 00026 // 00027 // Define Interrupt register structure. 00028 // 00029 00030 typedef struct _INTERRUPT_REGISTERS { 00031 UCHAR Source; 00032 UCHAR Fill1; 00033 USHORT Enable; 00034 } INTERRUPT_REGISTERS, *PINTERRUPT_REGISTERS; 00035 00036 #endif // _JAZZINT_

Generated on Sat May 15 19:40:32 2004 for test by doxygen 1.3.7