renamed directory

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

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_ */