(vita) build fix (cont).
[pcsx_rearmed.git] / frontend / 3ds / libkhax / khax.h
CommitLineData
fc99395c 1#pragma once\r
2\r
3#include <3ds.h>\r
4\r
5#ifdef __cplusplus\r
6extern "C" {\r
7#endif\r
8\r
9// Initialize and do the initial pwning of the ARM11 kernel.\r
10Result khaxInit();\r
11// Shut down libkhax\r
12Result khaxExit();\r
13\r
14#ifdef __cplusplus\r
15}\r
16#endif\r