URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [arch-nexuspci/] [system.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
/* * linux/include/asm-arm/arch-ebsa110/system.h * * Copyright (c) 1996,1997,1998 Russell King. */ #ifndef __ASM_ARCH_SYSTEM_H #define __ASM_ARCH_SYSTEM_H extern __inline__ void arch_hard_reset (void) { /* * loop endlessly */ cli(); while (1); } #endif
Go to most recent revision | Compare with Previous | Blame | View Log