MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-espd_4510b / system.h
blob347651389e6c7486c2bc007e612b9dc5ec14e3fd
1 /*
2 * linux/include/asm-armnommu/arch-espd_4510b/system.h
4 * Copyright (C) 2002 SAMSUNG ELECTRONICS
5 * Hyok S. Choi <hyok.choi@samsung.com>
7 */
8 #ifndef __ASM_ARCH_SYSTEM_H
9 #define __ASM_ARCH_SYSTEM_H
11 #include <asm/hardware.h>
12 #include <asm/io.h>
15 extern void __do_dump( const char *s);
16 static void arch_idle(void)
18 cpu_do_idle();
21 static inline void arch_reset(char mode)
23 printk(KERN_ERR"arch_reset() not implemented\n");
24 BUG();
27 #endif