summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libcpu/i386/cache_.h
blob: c660c720d38b5518fb318e98b0b2806b0d363696 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                      
                         



                         
/*
 *  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_INST_CACHE_ALIGNEMNT I386_CACHE_ALIGNMENT

#include <libcpu/cache.h>

#endif
/* end of include file */