16 lines
254 B
C
16 lines
254 B
C
/**
|
|
* @file wm_sockets.h
|
|
*
|
|
* @brief socket apis
|
|
*
|
|
* @author winnermicro
|
|
*
|
|
* Copyright (c) 2014 Winner Microelectronics Co., Ltd.
|
|
*/
|
|
#ifndef WM_SOCKET_API_H
|
|
#define WM_SOCKET_API_H
|
|
#include "wm_config.h"
|
|
#include "wm_sockets2.1.3.h"
|
|
#endif
|
|
|