Import 2.2.0pre6
[davej-history.git] / include / asm-arm / arch-nexuspci / system.h
blobb5a2464b25b6e7f759af263dfcb170b58a8d8e7d
1 /*
2 * linux/include/asm-arm/arch-nexuspci/system.h
4 * Copyright (c) 1996,1997,1998 Russell King.
5 */
6 #ifndef __ASM_ARCH_SYSTEM_H
7 #define __ASM_ARCH_SYSTEM_H
9 extern __inline__ void arch_reset(char mode)
12 * loop endlessly - the watchdog will reset us if it's enabled.
14 cli();
17 #endif