homebrewfilter/source/Tools/RuntimeIOSPatch.h
2011-09-25 19:47:02 +02:00

15 lines
173 B
C

#ifndef _RUNTIMEIOSPATCH_H_
#define _RUNTIMEIOSPATCH_H_
#ifdef __cplusplus
extern "C" {
#endif
u32 runtimePatchApply();
#ifdef __cplusplus
}
#endif
#endif