#ifdef __cplusplus extern "C" { #endif #ifndef _PATCHER_H_ #define _PATCHER_H_ bool Patch_ISFS_Permission(bool enable); void Patch_Channel_Boot(void); #endif #ifdef __cplusplus } #endif