homebrewfilter/source/RuntimeIOSPatch.h
Christopher Roy Bratusek 6ac4d081a6 import rev0 (other stuff)
2012-04-07 20:04:32 +02:00

15 lines
159 B
C

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