summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/s3c24xx/irq/irq.h
blob: b8f2868f287898b4c36701d4a0bb0c65aae8879a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */