homebrewfilter/installer/source/RuntimeIOSPatch.h

15 lines
159 B
C
Raw Normal View History

2012-03-14 17:56:36 +01:00
#ifndef _RUNTIMEIOSPATCH_H_
#define _RUNTIMEIOSPATCH_H_
#ifdef __cplusplus
extern "C" {
#endif
u32 runtimePatchApply();
#ifdef __cplusplus
}
#endif
#endif