android_kernel_samsung_hero.../arch/arm/mach-shmobile/include/mach/system.h

12 lines
175 B
C
Raw Normal View History

2016-08-17 10:41:52 +02:00
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H
#include <asm/system_misc.h>
static inline void arch_reset(char mode, const char *cmd)
{
soft_restart(0);
}
#endif