Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.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