Translated BaS copy routines to C.
Added functionality to flush caches before jumping into copied code
This commit is contained in:
9
sources/cache.h
Normal file
9
sources/cache.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _CACHE_H_
|
||||
#define _CACHE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern void flushDataCacheRegion(void *adr, uint32_t length);
|
||||
extern void flushInstructionCacheRegion(void *adr, uint32_t length);
|
||||
|
||||
#endif /* _CACHE_H_ */
|
||||
Reference in New Issue
Block a user