NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_sta_handle.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES, ALL RIGHTS RESERVED.
3  *
4  * This software product is a proprietary product of NVIDIA CORPORATION &
5  * AFFILIATES (the "Company") and all right, title, and interest in and to the
6  * software product, including all associated intellectual property rights, are
7  * and shall remain exclusively with the Company.
8  *
9  * This software product is governed by the End User License Agreement
10  * provided with the software product.
11  *
12  */
13 
14 #ifndef DOCA_STA_HANDLE_H_
15 #define DOCA_STA_HANDLE_H_
16 
17 #include <stdint.h>
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
26 struct doca_sta_qp_handle;
27 
31 struct doca_sta_subs_handle;
32 
36 struct doca_sta_ns_handle;
37 
41 struct doca_sta_eu_handle;
42 
47 struct doca_sta_be_handle;
48 
53 struct doca_sta_be_q_handle;
54 
55 #ifdef __cplusplus
56 }
57 #endif
58 
59 #endif /* DOCA_STA_HANDLE_H_ */