#ifndef _BOOTHOMEBREW_H_ #define _BOOTHOMEBREW_H_ #ifdef __cplusplus extern "C" { #endif void BootHomebrew(char * path); #ifdef __cplusplus } #endif #endif