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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [procinfo.h] - Diff between revs 1765 and 1782

Only display areas with differences | Details | Blame | View Log

Rev 1765 Rev 1782
/*
/*
 * linux/include/asm-arm/procinfo.h
 * linux/include/asm-arm/procinfo.h
 *
 *
 * Copyright (C) 1996 Russell King
 * Copyright (C) 1996 Russell King
 */
 */
 
 
#ifndef __ASM_PROCINFO_H
#ifndef __ASM_PROCINFO_H
#define __ASM_PROCINFO_H
#define __ASM_PROCINFO_H
 
 
#include <asm/proc-fns.h>
#include <asm/proc-fns.h>
 
 
#define F_MEMC   (1<<0)
#define F_MEMC   (1<<0)
#define F_MMU    (1<<1)
#define F_MMU    (1<<1)
#define F_32BIT  (1<<2)
#define F_32BIT  (1<<2)
#define F_CACHE  (1<<3)
#define F_CACHE  (1<<3)
#define F_IOEB   (1<<31)
#define F_IOEB   (1<<31)
 
 
#ifndef __ASSEMBLER__
#ifndef __ASSEMBLER__
 
 
struct armversions {
struct armversions {
        unsigned long id;
        unsigned long id;
        unsigned long mask;
        unsigned long mask;
        unsigned long features;
        unsigned long features;
        const char *manu;
        const char *manu;
        const char *name;
        const char *name;
        const struct processor *proc;
        const struct processor *proc;
};
};
 
 
#endif
#endif
 
 
#endif
#endif
 
 
 
 

powered by: WebSVN 2.1.0

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