prime/include/dolphin/os/OSCache.h
Luke Street 329618c585 More main progress; tons of headers & stuff
Former-commit-id: a6e365791b35de8a1c056db8a4833150450c84d9
2022-09-13 00:28:02 -04:00

19 lines
209 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