homebrewfilter/source/Tools/RuntimeIOSPatch.h

15 lines
159 B
C
Raw Normal View History

2011-09-27 21:52:55 +02:00
#ifndef _RUNTIMEIOSPATCH_H_
#define _RUNTIMEIOSPATCH_H_
#ifdef __cplusplus
extern "C" {
#endif
u32 runtimePatchApply();
#ifdef __cplusplus
}
#endif
#endif