homebrewfilter/installer/source/RuntimeIOSPatch.h

15 lines
173 B
C
Raw Normal View History

2011-10-15 17:31:29 +02:00
#ifndef _RUNTIMEIOSPATCH_H_
#define _RUNTIMEIOSPATCH_H_
#ifdef __cplusplus
extern "C" {
#endif
u32 runtimePatchApply();
#ifdef __cplusplus
}
#endif
#endif