renamed directory

This commit is contained in:
Markus Fröschle
2012-11-16 18:57:09 +00:00
parent 707cf601aa
commit b9c88021c6
81 changed files with 0 additions and 0 deletions

8
BaS_gcc/sources/cache.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _CACHE_H_
#define _CACHE_H_
#include <stdint.h>
extern void flush_and_invalidate_caches(void);
#endif /* _CACHE_H_ */