prime/include/dolphin/os/OSCache.h
Henrique Gemignani Passos Lima d68b8e27cc Fix all compilation errors when building for host
Former-commit-id: c4735661609debadf8e3b27c89d4598c49780359
2022-10-21 14:24:45 +03:00

19 lines
237 B
C

#ifndef _DOLPHIN_OSCACHE
#define _DOLPHIN_OSCACHE
#include "dolphin/types.h"
#ifdef __cplusplus
extern "C" {
#endif
void DCFlushRange(void* addr, u32 nBytes);
void LCEnable();
#ifdef __cplusplus
}
#endif
#endif // _DOLPHIN_OSCACHE