Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git] / arch / arm / plat-omap / include / plat / system.h
blobc5fa9e92900947e3ca41be37c4edb397146aa069
1 /*
2 * Copied from arch/arm/mach-sa1100/include/mach/system.h
3 * Copyright (c) 1999 Nicolas Pitre <nico@fluxnic.net>
4 */
5 #ifndef __ASM_ARCH_SYSTEM_H
6 #define __ASM_ARCH_SYSTEM_H
8 #include <asm/proc-fns.h>
10 static inline void arch_idle(void)
12 cpu_do_idle();
15 extern void (*arch_reset)(char, const char *);
17 #endif