OSDN Git Service

update libMiMic
[mimic/MiMicSDK.git] / lib / src / include / NyLPC_netif.h
1 /*********************************************************************************
2  * PROJECT: MiMic
3  * --------------------------------------------------------------------------------
4  *
5  * This file is part of MiMic
6  * Copyright (C)2011 Ryo Iizuka
7  *
8  * MiMic is free software: you can redistribute it and/or modify
9  * it under the terms of the GNU Lesser General Public License as published
10  * by the Free Software Foundation, either version 3 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20  *
21  * For further information please contact.
22  *  http://nyatla.jp/
23  *  <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>
24  *
25  *********************************************************************************/
26 /**
27  * @file
28  * このファイルは、uipディレクトリにあるヘッダファイルを集積します。
29  */
30 #ifndef NyLPC_uipService_H
31 #define NyLPC_uipService_H
32
33 #include "NyLPC_stdlib.h"
34 #include "../netif/NyLPC_cIPv4Config.h"
35 #include "../netif/NyLPC_iTcpListener.h"
36 #include "../netif/NyLPC_iTcpSocket.h"
37 #include "../netif/NyLPC_iUdpSocket.h"
38 #include "../netif/NyLPC_NetIf_ip_types.h"
39 #include "../netif/NyLPC_cNet.h"
40 #include "../netif/NyLPC_iNetInterface.h"
41
42 #ifdef __cplusplus
43 extern "C" {
44 #endif /* __cplusplus */
45
46 #ifdef __cplusplus
47 }
48 #endif /* __cplusplus */
49
50
51
52 #endif