summaryrefslogtreecommitdiff
path: root/include/SDK/OS/OSCache.h
blob: a6fb4904ea6f6417faf7f72e39914263df97f728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef POKEREVO_OSCACHE_H
#define POKEREVO_OSCACHE_H

#ifdef __cplusplus
extern "C" {
#endif

void LCEnable(void);
#define LC_BASE (0xE000 << 16)
#define LCGetBase() ((void*)LC_BASE)


#ifdef __cplusplus
}
#endif

#endif //POKEREVO_OSCACHE_H