blob: a9ea57c06600d076eca06feba660d881523189f8 [file] [log] [blame]
Byungho Min8acd1ad2009-06-23 21:40:15 +09001/* linux/arch/arm/mach-s5pc100/include/mach/system.h
2 *
3 * Copyright 2009 Samsung Electronics Co.
4 * Byungho Min <bhmin@samsung.com>
5 *
Marek Szyprowskiacc84702010-05-20 07:51:08 +02006 * S5PC100 - system implementation
Byungho Min8acd1ad2009-06-23 21:40:15 +09007 *
8 * Based on mach-s3c6400/include/mach/system.h
9 */
10
11#ifndef __ASM_ARCH_SYSTEM_H
12#define __ASM_ARCH_SYSTEM_H __FILE__
13
Jongpill Lee9a423b02010-06-23 21:35:03 +090014#include <plat/system-reset.h>
Kyungmin Parkc3fcf5d2009-11-17 08:41:17 +010015
Byungho Min8acd1ad2009-06-23 21:40:15 +090016static void arch_idle(void)
17{
Marek Szyprowskiacc84702010-05-20 07:51:08 +020018 /* nothing here yet */
Byungho Min8acd1ad2009-06-23 21:40:15 +090019}
20
Byungho Min8acd1ad2009-06-23 21:40:15 +090021#endif /* __ASM_ARCH_IRQ_H */