OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [arch-trio/] [system.h] - Diff between revs 1633 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1633 Rev 1765
/*
/*
 * linux/include/asm-arm/arch-trio/system.h
 * linux/include/asm-arm/arch-trio/system.h
 *
 *
 * Copyright (c) 1996 Russell King
 * Copyright (c) 1996 Russell King
 */
 */
#ifndef __ASM_ARCH_SYSTEM_H
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H
 
 
#include <asm/hardware.h>
#include <asm/hardware.h>
#include <asm/io.h>
#include <asm/io.h>
 
 
extern __inline__ void arch_hard_reset (void)
extern __inline__ void arch_hard_reset (void)
{
{
        outl((1 << 11) | 1, SIAP_RST);
        outl((1 << 11) | 1, SIAP_RST);
 
 
        while (1);
        while (1);
}
}
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.