mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 23:25:09 +01:00
15 lines
173 B
C
15 lines
173 B
C
|
#ifndef _RUNTIMEIOSPATCH_H_
|
||
|
#define _RUNTIMEIOSPATCH_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
u32 runtimePatchApply();
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|