URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-i960/] [cachectl.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
/* * FILE: cachectl.h * AUTHOR: kma * DESCR: cache defs */ #ifndef CACHECTL_H #define CACHECTL_H #ident "$Id: cachectl.h,v 1.1 2005-12-20 11:35:39 jcastillo Exp $" #define ICACHE 1 #define DCACHE 2 #endif
Go to most recent revision | Compare with Previous | Blame | View Log