mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 05:11:20 +00:00
19 lines
229 B
C
19 lines
229 B
C
#ifndef _DOLPHIN_OSCACHE
|
|
#define _DOLPHIN_OSCACHE
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void DCFlushRange(void* addr, u32 nBytes);
|
|
|
|
void LCEnable();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _DOLPHIN_OSCACHE
|