prime/include/dolphin/os/OSCache.h
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