From 6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119 Mon Sep 17 00:00:00 2001 From: Toad King Date: Thu, 14 Jun 2012 03:21:06 -0400 Subject: initial pocketsnes commit --- src/sys_cacheflush.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/sys_cacheflush.h (limited to 'src/sys_cacheflush.h') diff --git a/src/sys_cacheflush.h b/src/sys_cacheflush.h new file mode 100644 index 0000000..c18e312 --- /dev/null +++ b/src/sys_cacheflush.h @@ -0,0 +1,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 -- cgit v1.2.3