Files
FireBee_SVN/sources/cache.h
2012-10-20 14:29:57 +00:00

9 lines
129 B
C

#ifndef _CACHE_H_
#define _CACHE_H_
#include <stdint.h>
extern void flush_and_invalidate_caches(void);
#endif /* _CACHE_H_ */