import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / arm / mach-ebsa110 / hardware.h
1 /*
2  *  linux/arch/arm/mach-ebsa110/hardware.h
3  *
4  *  Copyright (C) 2001 Russell King
5  *
6  *  Local hardware definitions.
7  */
8 #ifndef HARDWARE_H
9 #define HARDWARE_H
10
11 #define IRQ_MASK                0xfe000000      /* read */
12 #define IRQ_MSET                0xfe000000      /* write */
13 #define IRQ_STAT                0xff000000      /* read */
14 #define IRQ_MCLR                0xff000000      /* write */
15
16 #endif