* cache/cache_.h: Include required header file.
	* cache/cache.c: Removed superfuous header file.
This commit is contained in:
Sebastian Huber
2011-06-07 07:54:26 +00:00
parent 3f6fa8ed98
commit 479f876816
3 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* cache/cache_.h: Include required header file.
* cache/cache.c: Removed superfuous header file.
2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* serial/uart.c, serial/uart.h: Remove CVS-Author tag.

View File

@@ -13,7 +13,6 @@
#include <rtems.h>
#include <bsp.h>
#include <libcpu/cache.h>
#include <libcpu/memoryRegs.h>
#include "cache_.h"

View File

@@ -7,6 +7,8 @@
#ifndef _cache__h_
#define _cache__h_
#include <libcpu/cache.h>
#define CPU_DATA_CACHE_ALIGNMENT 32
#define CPU_INSTRUCTION_CACHE_ALIGNMENT 32