#ifndef ADC_2019_04_05_H_ #define ADC_2019_04_05_H_ #include #if defined(__cplusplus) extern "C" { #endif typedef void Adc_ConfigType; void Adc_Init(const Adc_ConfigType* ConfigPtr); #if defined(__cplusplus) } #endif #endif // ADC_2019_04_05_H_