ntrcardhax/ntrcardhax_arm11/source/khax.h
2016-03-29 20:49:35 +13:00

19 lines
241 B
C

#pragma once
#define KHAX_DEBUG
#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