Import 2.3.13pre6
[davej-history.git] / include / asm-ppc / raven.h
blob62f996f668f9ebfc3a2a1500c66a3e786846b6c4
1 /*
2 * asm-ppc/raven.h -- Raven MPIC chip.
4 * Copyright (C) 1998 Johnnie Peters
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file COPYING in the main directory of this archive
8 * for more details.
9 */
11 #ifndef _ASMPPC_RAVEN_H
12 #define _ASMPPC_RAVEN_H
14 #define MVME2600_INT_SIO 0
15 #define MVME2600_INT_FALCN_ECC_ERR 1
16 #define MVME2600_INT_PCI_ETHERNET 2
17 #define MVME2600_INT_PCI_SCSI 3
18 #define MVME2600_INT_PCI_GRAPHICS 4
19 #define MVME2600_INT_PCI_VME0 5
20 #define MVME2600_INT_PCI_VME1 6
21 #define MVME2600_INT_PCI_VME2 7
22 #define MVME2600_INT_PCI_VME3 8
23 #define MVME2600_INT_PCI_INTA 9
24 #define MVME2600_INT_PCI_INTB 10
25 #define MVME2600_INT_PCI_INTC 11
26 #define MVME2600_INT_PCI_INTD 12
27 #define MVME2600_INT_LM_SIG0 13
28 #define MVME2600_INT_LM_SIG1 14
30 extern struct hw_interrupt_type raven_pic;
32 extern int raven_init(void);
33 #endif _ASMPPC_RAVEN_H