2010-10-18 17:29:51 +08:00
|
|
|
/* linux/arch/arm/mach-s5p64x0/include/mach/system.h
|
2010-01-14 14:29:17 +08:00
|
|
|
*
|
2010-10-18 17:29:51 +08:00
|
|
|
* Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
|
|
|
|
* http://www.samsung.com
|
2010-01-14 14:29:17 +08:00
|
|
|
*
|
2010-10-18 17:29:51 +08:00
|
|
|
* S5P64X0 - system support header
|
2010-01-14 14:29:17 +08:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_SYSTEM_H
|
|
|
|
#define __ASM_ARCH_SYSTEM_H __FILE__
|
|
|
|
|
2010-06-23 20:35:03 +08:00
|
|
|
#include <plat/system-reset.h>
|
2010-01-14 14:29:17 +08:00
|
|
|
|
2010-06-23 20:35:03 +08:00
|
|
|
static void arch_idle(void)
|
2010-01-14 14:29:17 +08:00
|
|
|
{
|
|
|
|
/* nothing here yet */
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* __ASM_ARCH_SYSTEM_H */
|