homebrewfilter/installer/source/RuntimeIOSPatch.h
Christopher Roy Bratusek 066f93eee2 dos2unix (this time really)
2012-03-14 17:56:36 +01:00

15 lines
159 B
C

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