#ifndef PORT_2019_02_08_H_ #define PORT_2019_02_08_H_ #include #if defined(__cplusplus) extern "C" { #endif typedef void Port_ConfigType; typedef uint32 Port_ChannelType; void Port_Init(const Port_ConfigType* ConfigPtr); #if defined(__cplusplus) } #endif #endif // DIO_2019_02_08_H_