eal: remove sys/queue.h from public headers
[dpdk.git] / drivers / net / bnxt / tf_core / tf_project.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2019-2021 Broadcom
3  * All rights reserved.
4  */
5
6 #ifndef _TF_PROJECT_H_
7 #define _TF_PROJECT_H_
8
9 /* Wh+ support enabled */
10 #ifndef TF_SUPPORT_P4
11 #define TF_SUPPORT_P4 1
12 #endif
13
14 /* Shadow DB Support */
15 #ifndef TF_SHADOW
16 #define TF_SHADOW 0
17 #endif
18
19 /* Shared memory for session */
20 #ifndef TF_SHARED
21 #define TF_SHARED 0
22 #endif
23
24 #endif /* _TF_PROJECT_H_ */