]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm920t/s3c24x0/interrupts.c
ARM: arm920/s3c24xx: IRQ demulitplexer callback
[u-boot] / cpu / arm920t / s3c24x0 / interrupts.c
index 1b364123dc586ee156f1eabfd4181adbcba74ac7..7ad9fcbd5bad0a9096a0ead97a11bfb05ea1e4b1 100644 (file)
@@ -216,4 +216,13 @@ void reset_cpu (ulong ignored)
        /*NOTREACHED*/
 }
 
+#ifdef CONFIG_USE_IRQ
+void s3c2410_irq(void)
+{
+       S3C24X0_INTERRUPT * irq = S3C24X0_GetBase_INTERRUPT();
+       u_int32_t intpnd = irq->INTPND;
+
+}
+#endif /* USE_IRQ */
+
 #endif /* defined(CONFIG_S3C2400) || defined (CONFIG_S3C2410) || defined (CONFIG_TRAB) */