/* 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 */