summaryrefslogtreecommitdiff
path: root/src/sys_cacheflush.h
blob: c18e312567dbc946aeb9f86ca2e14a9af62b3e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _WIZ_CACHEFLUSH

#ifdef __cplusplus
extern "C" {
#endif

extern void sys_cacheflush(void *start_addr, void *end_addr);

extern void spend_cycles(int c);

#ifdef __cplusplus
} /* End of extern "C" */
#endif

#endif