Embedded TCP/IP stack  4.7.0
fnet.h
1 /**************************************************************************
2 *
3 * Copyright 2008-2018 by Andrey Butok. FNET Community
4 *
5 ***************************************************************************
6 *
7 * Licensed under the Apache License, Version 2.0 (the "License"); you may
8 * not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 *
19 ***************************************************************************
20 *
21 * Main include header for FNET projects.
22 *
23 ***************************************************************************/
24 
25 #ifndef _FNET_H_
26 
27 #define _FNET_H_
28 
29 #include "fnet_config.h"
30 #include "port/compiler/fnet_comp.h"
31 #include "port/cpu/fnet_cpu.h"
32 #include "stack/fnet_stack.h"
33 #include "service/fnet_service.h"
34 
41 /**************************************************************************/
46 #define FNET_DESCRIPTION "FNET TCP/IP Stack"
47 
48 /**************************************************************************/
53 #define FNET_LICENSE "APACHEv2"
54 
55 /**************************************************************************/
60 #define FNET_COPYRIGHT "Copyright by FNET Community"
61 
62 /**************************************************************************/
67 #define FNET_BUILD_DATE __DATE__ " at " __TIME__
68 
69 /**************************************************************************/
76 #define FNET_VERSION "4.6.5"
77 
80 #endif /* _FNET_H_ */

© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net