GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / m68k / include / asm / sun3ints.h
blob309d6e6a1374736e203f8c7cf166d8d6ff6693ed
1 /*
2 * sun3ints.h -- Linux/Sun3 interrupt handling code definitions
4 * Erik Verbruggen (erik@bigmama.xtdnet.nl)
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 for
8 * more details.
9 */
11 #ifndef SUN3INTS_H
12 #define SUN3INTS_H
14 #include <linux/types.h>
15 #include <linux/interrupt.h>
16 #include <asm/intersil.h>
17 #include <asm/oplib.h>
18 #include <asm/traps.h>
19 #include <asm/irq.h>
21 #define SUN3_INT_VECS 192
23 void sun3_enable_irq(unsigned int irq);
24 void sun3_disable_irq(unsigned int irq);
25 extern void sun3_init_IRQ (void);
26 extern void sun3_enable_interrupts (void);
27 extern void sun3_disable_interrupts (void);
28 extern volatile unsigned char* sun3_intreg;
30 /* master list of VME vectors -- don't fuck with this */
31 #define SUN3_VEC_FLOPPY (IRQ_USER+0)
32 #define SUN3_VEC_VMESCSI0 (IRQ_USER+0)
33 #define SUN3_VEC_VMESCSI1 (IRQ_USER+1)
34 #define SUN3_VEC_CG (IRQ_USER+104)
37 #endif /* SUN3INTS_H */