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

duoint.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 duoint.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 DUO system. 00013 00014 Author: 00015 00016 Lluis Abello (lluis) 20-Apr-1993 00017 00018 Revision History: 00019 00020 --*/ 00021 00022 #ifndef _DUOINT_ 00023 #define _DUOINT_ 00024 00025 // 00026 // Define Interrupt register structure. 00027 // 00028 00029 typedef struct _INTERRUPT_REGISTERS { 00030 USHORT Fill; 00031 USHORT Enable; 00032 } INTERRUPT_REGISTERS, *PINTERRUPT_REGISTERS; 00033 00034 #endif // _DUOINT_

Generated on Sat May 15 19:39:47 2004 for test by doxygen 1.3.7