summaryrefslogtreecommitdiff
path: root/include/utils.h
blob: 2ecac5a79d257b7d969afc5b0d2122b128e0cdf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _UTILS_H
#define _UTILS_H

#include "vb_types.h"

s32 k_patchSVC();
s32 k_flushCaches();
void hbHaxInit();
void hbHaxExit();
void FlushInvalidateCache();
Result ReprotectMemory(u32* addr, u32 pages, u32 mode);

#endif // _UTILS_H