haxchi/dsrom/CBHC/arm_kernel/source/reload.h
2016-12-15 01:51:06 +01:00

8 lines
113 B
C

#ifndef _RELOAD_H_
#define _RELOAD_H_
void kernel_launch_ios(u32 launch_address, u32 L, u32 C, u32 H);
#endif