CNDP  22.08.0
pmd_af_xdp.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2019-2022 Intel Corporation.
3  */
4 
5 #ifndef PMD_AF_XDP_H_
6 #define PMD_AF_XDP_H_
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #define PMD_NET_AF_XDP_NAME "net_af_xdp"
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif /* PMD_AF_XDP_H_ */