18 lines
242 B
C
18 lines
242 B
C
/**
|
|
* @file wm_socket.h
|
|
*
|
|
* @brief socket Module
|
|
*
|
|
* @author dave
|
|
*
|
|
* Copyright (c) 2014 Winner Microelectronics Co., Ltd.
|
|
*/
|
|
|
|
#ifndef WM_SOCKET_H
|
|
#define WM_SOCKET_H
|
|
#include "wm_config.h"
|
|
#include "wm_socket2.1.3.h"
|
|
|
|
|
|
#endif
|