diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-09-01 13:22:17 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-18 18:33:03 +0900 |
commit | 96f2c00799f9e3c94ac5879d0289376da69bc4a5 (patch) | |
tree | bab1a2da6298812374cc9be4c9304803456a4158 /arch/arm/mach-s5p64x0/include/mach/regs-irq.h | |
parent | 3109e55099cb013f9e1b63d39606dc5d7ecf25bd (diff) |
ARM: S5P64X0: Update IRQ support
This patch updates IRQ support for S5P6440 and S5P6450 SoCs.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p64x0/include/mach/regs-irq.h')
-rw-r--r-- | arch/arm/mach-s5p64x0/include/mach/regs-irq.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p64x0/include/mach/regs-irq.h b/arch/arm/mach-s5p64x0/include/mach/regs-irq.h new file mode 100644 index 00000000000..4aaebdace55 --- /dev/null +++ b/arch/arm/mach-s5p64x0/include/mach/regs-irq.h @@ -0,0 +1,19 @@ +/* linux/arch/arm/mach-s5p64x0/include/mach/regs-irq.h + * + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. + * http://www.samsung.com + * + * S5P64X0 - IRQ register definitions + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. +*/ + +#ifndef __ASM_ARCH_REGS_IRQ_H +#define __ASM_ARCH_REGS_IRQ_H __FILE__ + +#include <asm/hardware/vic.h> +#include <mach/map.h> + +#endif /* __ASM_ARCH_REGS_IRQ_H */ |