Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / asm-arm / arch-aaec2000 / system.h
blob08de97b407a8372c0eb9911f21d02d6b8bd065a9
1 /*
2 * linux/include/asm-arm/arch-aaed2000/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)
21 cpu_reset(0);
24 #endif /* __ASM_ARCH_SYSTEM_H */