13 lines
No EOL
147 B
C
13 lines
No EOL
147 B
C
#pragma once
|
|
|
|
#include <types.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void DCInvalidateRange(void *ptr, u32 size);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |