Add linux-next specific files for 20110831
[linux-2.6/next.git] / arch / arm / mach-shark / include / mach / system.h
blob21c373b30bbc38079c36597d48bfee410ceaadf1
1 /*
2 * arch/arm/mach-shark/include/mach/system.h
4 * by Alexander Schulz
5 */
6 #ifndef __ASM_ARCH_SYSTEM_H
7 #define __ASM_ARCH_SYSTEM_H
9 /* Found in arch/mach-shark/core.c */
10 extern void arch_reset(char mode, const char *cmd);
12 static inline void arch_idle(void)
16 #endif