URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [arm/] [mach-ebsa110/] [hardware.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * linux/arch/arm/mach-ebsa110/hardware.h * * Copyright (C) 2001 Russell King * * Local hardware definitions. */ #ifndef HARDWARE_H #define HARDWARE_H #define IRQ_MASK 0xfe000000 /* read */ #define IRQ_MSET 0xfe000000 /* write */ #define IRQ_STAT 0xff000000 /* read */ #define IRQ_MCLR 0xff000000 /* write */ #endif