URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-armnommu/] [bugs.h] - Rev 1782
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