summaryrefslogtreecommitdiff
path: root/3ds/libkhax/khax.h
diff options
context:
space:
mode:
Diffstat (limited to '3ds/libkhax/khax.h')
-rw-r--r--3ds/libkhax/khax.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/3ds/libkhax/khax.h b/3ds/libkhax/khax.h
new file mode 100644
index 0000000..21051c3
--- /dev/null
+++ b/3ds/libkhax/khax.h
@@ -0,0 +1,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