]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/drivers/net/atlantic/atl_types.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / drivers / net / atlantic / atl_types.h
index 19aaf37673cd64930f252a25ca1839ca574e7d0b..e813d9f3268711948e9b8f07e5f353144e1d3a05 100644 (file)
@@ -10,6 +10,9 @@
 #include <string.h>
 #include <stdbool.h>
 #include <netinet/in.h>
+#include <pthread.h>
+
+#include <rte_common.h>
 
 typedef uint8_t                u8;
 typedef int8_t         s8;
@@ -137,6 +140,8 @@ struct aq_hw_s {
        u32 rpc_addr;
        u32 rpc_tid;
        struct hw_aq_atl_utils_fw_rpc rpc;
+
+       pthread_mutex_t mbox_mutex;
 };
 
 struct aq_fw_ops {