#ifndef __SOCKET_API_PROTOCOL_H__ #define __SOCKET_API_PROTOCOL_H__ #include "System.h" void SocketApiProtocolInit(uint32_t SocketPort); #endif