]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-shark/include/mach/system.h
Merge branch 'next-s3c64xx-regs' of git://aeryn.fluff.org.uk/bjdooks/linux into devel
[linux-2.6-omap-h63xx.git] / arch / arm / mach-shark / include / mach / system.h
1 /*
2  * arch/arm/mach-shark/include/mach/system.h
3  *
4  * by Alexander Schulz
5  */
6 #ifndef __ASM_ARCH_SYSTEM_H
7 #define __ASM_ARCH_SYSTEM_H
8
9 /* Found in arch/mach-shark/core.c */
10 extern void arch_reset(char mode, const char *cmd);
11
12 static inline void arch_idle(void)
13 {
14 }
15
16 #endif