2009-06-23 06:40:15 -06:00
|
|
|
/* linux/arch/arm/mach-s5pc100/include/mach/system.h
|
|
|
|
*
|
|
|
|
* Copyright 2009 Samsung Electronics Co.
|
|
|
|
* Byungho Min <bhmin@samsung.com>
|
|
|
|
*
|
2010-05-19 23:51:08 -06:00
|
|
|
* S5PC100 - system implementation
|
2009-06-23 06:40:15 -06:00
|
|
|
*
|
|
|
|
* Based on mach-s3c6400/include/mach/system.h
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_SYSTEM_H
|
|
|
|
#define __ASM_ARCH_SYSTEM_H __FILE__
|
|
|
|
|
2010-06-23 06:35:03 -06:00
|
|
|
#include <plat/system-reset.h>
|
2009-11-17 00:41:17 -07:00
|
|
|
|
2009-06-23 06:40:15 -06:00
|
|
|
static void arch_idle(void)
|
|
|
|
{
|
2010-05-19 23:51:08 -06:00
|
|
|
/* nothing here yet */
|
2009-06-23 06:40:15 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* __ASM_ARCH_IRQ_H */
|