API Reference Manual  1.46.0
api/abi-default/ipsec.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2016-2018 Linaro Limited
3  * Copyright (c) 2022 Nokia
4  */
5 
6 #ifndef ODP_ABI_IPSEC_H_
7 #define ODP_ABI_IPSEC_H_
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 /* Empty header required due to the packet inline functions */
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif