URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libcpu/] [i386/] [cache_.h] - Rev 1782
Compare with Previous | Blame | View Log
/* * i386 Cache Manager Wrapper */ #ifndef __i386_CACHE_h #define __i386_CACHE_h #define I386_CACHE_ALIGNMENT 16 #define CPU_DATA_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT #define CPU_INSTRUCTION_CACHE_ALIGNEMNT I386_CACHE_ALIGNMENT #include <libcpu/cache.h> #endif /* end of include file */