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-aaec2000 / include / mach / system.h
blobfe08ca1add6f42df2fbbc3ba241fb68815f5eef4
1 /*
2 * arch/arm/mach-aaed2000/include/mach/system.h
4 * Copyright (c) 2005 Nicolas Bellido Y Ortega
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
11 #ifndef __ASM_ARCH_SYSTEM_H
12 #define __ASM_ARCH_SYSTEM_H
14 static inline void arch_idle(void)
16 cpu_do_idle();
19 static inline void arch_reset(char mode, const char *cmd)
21 cpu_reset(0);
24 #endif /* __ASM_ARCH_SYSTEM_H */