aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/ipsec.h
blob: ab3d5b64319b6196a29dc9cc2fcadd55332a870c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2016-2018 Linaro Limited
 * Copyright (c) 2022 Nokia
 */

#ifndef ODP_ABI_IPSEC_H_
#define ODP_ABI_IPSEC_H_

#ifdef __cplusplus
extern "C" {
#endif

/* Empty header required due to the packet inline functions */

#ifdef __cplusplus
}
#endif

#endif