patch-2.1.115 linux/include/linux/openpic.h

Next file: linux/include/linux/personality.h
Previous file: linux/include/linux/mm.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.114/linux/include/linux/openpic.h linux/include/linux/openpic.h
@@ -3,10 +3,6 @@
  *
  *  Copyright (C) 1997 Geert Uytterhoeven
  *
- *  This file is subject to the terms and conditions of the GNU General Public
- *  License.  See the file COPYING in the main directory of this archive
- *  for more details.
- *
  *  This file is based on the following documentation:
  *
  *	The Open Programmable Interrupt Controller (PIC)
@@ -51,6 +47,16 @@
 
 
     /*
+     *  Vector numbers
+     */
+
+#define OPENPIC_VEC_SOURCE      0x10    /* and up */
+#define OPENPIC_VEC_TIMER       0x40    /* and up */
+#define OPENPIC_VEC_IPI         0x50    /* and up */
+#define OPENPIC_VEC_SPURIOUS    99
+
+
+    /*
      *  OpenPIC Registers are 32 bits and aligned on 128 bit boundaries
      */
 
@@ -198,6 +204,8 @@
 };
 
 extern volatile struct OpenPIC *OpenPIC;
+extern u_int OpenPIC_NumInitSenses;
+extern u_char *OpenPIC_InitSenses;
 
 
     /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov