summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/cache_.h
blob: 03ad537025856e62a6535837b52989a1d7ce97df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  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 */