picreg.h

Go to the documentation of this file.
00001 /*
00002 ** picreg.h for lseos in lseos-srv/hw/pic
00003 ** 
00004 ** Copyright(c)2004 Vianney Rancurel
00005 ** Login   <vianney@epita.fr>
00006 ** 
00007 ** Started on  Mon May 24 16:23:01 2004 Vianney Rancurel
00008 ** Last update Mon Dec  6 12:22:39 2004 Vianney Rancurel
00009 */
00010 #ifndef __PICREG_H__
00011 #define __PICREG_H__    1
00012 
00013 /*
00014  * PIC 8259A (Programmable Interrupt Controler 1 and 2) ioports
00015  */
00016 #define IO_ICU1         0x020       
00017 #define IO_ICU2         0x0A0       
00018 
00019 /*
00020  * PIC Interrupt Controller Unit
00021  */
00022 #define IO_ICU1_0 IO_ICU1
00023 #define IO_ICU1_1 (IO_ICU1+1)
00024 #define IO_ICU2_0 IO_ICU2
00025 #define IO_ICU2_1 (IO_ICU2+1)
00026 
00027 #endif

Generated on Wed May 24 23:05:52 2006 for LSE/OS by  doxygen 1.4.6