#ifndef __INIT_H__ #define __INIT_H__ void hal_api_init(); void hal_api_exit(); #endif // __INIT_H__