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-s3c3410 / system.h
blob30e807bb5c042f45d613173728c2ee3f780bcad3
1 /*
2 * linux/include/asm-armnommu/arch-s3c3410/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 static void arch_idle(void)
17 cpu_do_idle();
20 static inline void arch_reset(char mode)
22 /* machine should reboot */
23 mdelay(5000);
24 panic("Watchdog timer reset failed!\n");
25 printk(" Jump to address 0 \n");
26 cpu_reset(0);
29 #endif