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