summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/s3c24xx/irq/irq.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 20:58:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 20:58:05 +0000
commitdbdb0255486ca4d2283c0bc7bd95e4626cf89311 (patch)
treeecf6b72203027f4596a585fb10abcad4ab8916ad /c/src/lib/libcpu/arm/s3c24xx/irq/irq.h
parent2008-05-06 Ray Xu <rayx.cn@gmail.com> (diff)
downloadrtems-dbdb0255486ca4d2283c0bc7bd95e4626cf89311.tar.bz2
2008-05-06 Ray Xu <rayx.cn@gmail.com>
* Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h: Add CPU type s3c2410. Add a new s3c24xx common file shared between s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some were changed to include <s3c24xx.h> instead of <s3c2400.h>. * s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S, s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c, s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c, s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
Diffstat (limited to 'c/src/lib/libcpu/arm/s3c24xx/irq/irq.h')
-rw-r--r--c/src/lib/libcpu/arm/s3c24xx/irq/irq.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/arm/s3c24xx/irq/irq.h b/c/src/lib/libcpu/arm/s3c24xx/irq/irq.h
new file mode 100644
index 0000000000..b8f2868f28
--- /dev/null
+++ b/c/src/lib/libcpu/arm/s3c24xx/irq/irq.h
@@ -0,0 +1,16 @@
+/* irq.h
+ *
+ * Note: This file will not be compiled, it just a place holder by now
+ */
+
+#ifndef _IRQ_H_
+#define _IRQ_H_
+
+// This file is a place holder
+// The real irq.h preinstalled is s3c2410/irq/irq.h and s3c2410/irq/irq.h
+// change/refer to this files
+// TODO: clean irq.h in ARM BSP. there is lots of duplicated codes in cpu_name/irq/irq.h with cpukit/include/rtems/irq.h
+//
+
+#endif /* _IRQ_H_ */
+/* end of include file */