diff options
Diffstat (limited to 'kernel/arch/arm/mach-s3c64xx/include/mach/regs-irq.h')
-rw-r--r-- | kernel/arch/arm/mach-s3c64xx/include/mach/regs-irq.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kernel/arch/arm/mach-s3c64xx/include/mach/regs-irq.h b/kernel/arch/arm/mach-s3c64xx/include/mach/regs-irq.h new file mode 100644 index 000000000..6a1127891 --- /dev/null +++ b/kernel/arch/arm/mach-s3c64xx/include/mach/regs-irq.h @@ -0,0 +1,19 @@ +/* linux/arch/arm/mach-s3c6400/include/mach/regs-irq.h + * + * Copyright 2008 Openmoko, Inc. + * Copyright 2008 Simtec Electronics + * http://armlinux.simtec.co.uk/ + * Ben Dooks <ben@simtec.co.uk> + * + * S3C64XX - 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__ + + +#endif /* __ASM_ARCH_6400_REGS_IRQ_H */ |