Files
tp/include/dolphin/os/OSCache.h
T

12 lines
171 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef OSCACHE_H
#define OSCACHE_H
#include "dolphin/types.h"
2021-05-03 02:03:24 +02:00
extern "C" {
void DCInvalidateRange(void*, u32);
void DCStoreRange(void*, u32);
}
2021-03-28 22:49:05 +02:00
#endif /* OSCACHE_H */