GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-shmobile / include / mach / system.h
blob76a687eeaa22d706ca6c3d08cba1ebf6c9721896
1 #ifndef __ASM_ARCH_SYSTEM_H
2 #define __ASM_ARCH_SYSTEM_H
4 static inline void arch_idle(void)
6 cpu_do_idle();
9 static inline void arch_reset(char mode, const char *cmd)
11 cpu_reset(0);
14 #endif