15 lines
289 B
C
15 lines
289 B
C
|
/* linux/arch/arm/mach-s5pc100/include/mach/irqs.h
|
||
|
*
|
||
|
* Copyright 2009 Samsung Electronics Co.
|
||
|
* Byungho Min <bhmin@samsung.com>
|
||
|
*
|
||
|
* S5PC100 - IRQ definitions
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARCH_IRQS_H
|
||
|
#define __ASM_ARCH_IRQS_H __FILE__
|
||
|
|
||
|
#include <plat/irqs.h>
|
||
|
|
||
|
#endif /* __ASM_ARCH_IRQ_H */
|