9 lines
155 B
C
9 lines
155 B
C
#ifndef __SOCKET_API_PROTOCOL_H__
|
|
#define __SOCKET_API_PROTOCOL_H__
|
|
|
|
#include "System.h"
|
|
|
|
void SocketApiProtocolInit(uint32_t SocketPort);
|
|
|
|
#endif
|