summaryrefslogtreecommitdiff
path: root/3ds/libkhax/khax.h
blob: 21051c382307121a85774c8fc5efe79d66c83e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include <3ds.h>

#ifdef __cplusplus
extern "C" {
#endif

// Initialize and do the initial pwning of the ARM11 kernel.
Result khaxInit();
// Shut down libkhax
Result khaxExit();

#ifdef __cplusplus
}
#endif