1 2 3 4 5 6 7 8 9 10
#ifndef __GED_HAL_H__ #define __GED_HAL_H__ #include "ged_type.h" GED_ERROR ged_hal_init(void); void ged_hal_exit(void); #endif