#ifndef INIT_H #define INIT_H #ifdef __cplusplus extern "C" { #endif int system_init(void); #ifdef __cplusplus } #endif #endif /* INIT_H */