homebrewfilter/installer/source/RuntimeIOSPatch.h
Christopher Roy Bratusek c271b85907 added HBF-Installer to GIT
2011-10-15 17:31:29 +02:00

15 lines
173 B
C

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