source: rtems/c/src/lib/libcpu/i386/cache_.h @ ee5769ad

4.104.114.84.95
Last change on this file since ee5769ad was 73b5bd5d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/15/04 at 13:33:58

Remove stray white spaces.

  • Property mode set to 100644
File size: 294 bytes
Line 
1/*
2 *  i386 Cache Manager Wrapper
3 */
4
5#ifndef __i386_CACHE_h
6#define __i386_CACHE_h
7
8#define I386_CACHE_ALIGNMENT 16
9#define CPU_DATA_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT
10#define CPU_INSTRUCTION_CACHE_ALIGNEMNT I386_CACHE_ALIGNMENT
11
12#include <libcpu/cache.h>
13
14#endif
15/* end of include file */
Note: See TracBrowser for help on using the repository browser.