Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ip32_ints.h
Go to the documentation of this file.
1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License. See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * Copyright (C) 2000 Harald Koerfgen
7  */
8 
9 #ifndef __ASM_IP32_INTS_H
10 #define __ASM_IP32_INTS_H
11 
12 #include <asm/irq.h>
13 
14 /*
15  * This list reflects the assignment of interrupt numbers to
16  * interrupting events. Order is fairly irrelevant to handling
17  * priority. This differs from irix.
18  */
19 
21  /*
22  * CPU interrupts are 0 ... 7
23  */
24 
26 
27  /*
28  * MACE
29  */
34  /* SUPERIO, MISC, and AUDIO are MACEISA */
39 
40  /*
41  * MACEPCI
42  */
51 
52  /*
53  * CRIME
54  */
72 
73  /*
74  * MACEISA
75  */
86  /* MACEISA_KEYB_POLL is not an IRQ */
89  /* MACEISA_MOUSE_POLL is not an IRQ */
110 
112 };
113 
114 #endif /* __ASM_IP32_INTS_H */