URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [bugs.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
/* * include/asm-arm/bugs.h * * Copyright (C) 1995 Russell King */ #ifndef __ASM_BUGS_H #define __ASM_BUGS_H #include <asm/proc-fns.h> #define check_bugs() processor._check_bugs() #endif
Go to most recent revision | Compare with Previous | Blame | View Log