]> git.sur5r.net Git - freertos/blob - FreeRTOS-Labs/Source/mbedtls/include/mbedtls/net.h
Add the Labs projects provided in the V10.2.1_191129 zip file.
[freertos] / FreeRTOS-Labs / Source / mbedtls / include / mbedtls / net.h
1 /**\r
2  * \file net.h\r
3  *\r
4  * \brief Deprecated header file that includes net_sockets.h\r
5  *\r
6  * \deprecated Superseded by mbedtls/net_sockets.h\r
7  */\r
8 /*\r
9  *  Copyright (C) 2006-2016, ARM Limited, All Rights Reserved\r
10  *  SPDX-License-Identifier: Apache-2.0\r
11  *\r
12  *  Licensed under the Apache License, Version 2.0 (the "License"); you may\r
13  *  not use this file except in compliance with the License.\r
14  *  You may obtain a copy of the License at\r
15  *\r
16  *  http://www.apache.org/licenses/LICENSE-2.0\r
17  *\r
18  *  Unless required by applicable law or agreed to in writing, software\r
19  *  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\r
20  *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
21  *  See the License for the specific language governing permissions and\r
22  *  limitations under the License.\r
23  *\r
24  *  This file is part of mbed TLS (https://tls.mbed.org)\r
25  */\r
26 #if !defined(MBEDTLS_CONFIG_FILE)\r
27 #include "config.h"\r
28 #else\r
29 #include MBEDTLS_CONFIG_FILE\r
30 #endif\r
31 \r
32 #if !defined(MBEDTLS_DEPRECATED_REMOVED)\r
33 #include "net_sockets.h"\r
34 #if defined(MBEDTLS_DEPRECATED_WARNING)\r
35 #warning "Deprecated header file: Superseded by mbedtls/net_sockets.h"\r
36 #endif /* MBEDTLS_DEPRECATED_WARNING */\r
37 #endif /* !MBEDTLS_DEPRECATED_REMOVED */\r