]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/octeontx2/otx2_mbox.h
common/octeontx2: add mailbox base support infra
[dpdk.git] / drivers / common / octeontx2 / otx2_mbox.h
index 47bd91a9756255bc282995f74404b7fc65abbddd..c6c899661599cbe70e0fe668aa8b8156f0d6d5a9 100644 (file)
@@ -1411,4 +1411,9 @@ struct tim_enable_rsp {
        uint32_t __otx2_io currentbucket;
 };
 
+void otx2_mbox_reset(struct otx2_mbox *mbox, int devid);
+int otx2_mbox_init(struct otx2_mbox *mbox, uintptr_t hwbase,
+                  uintptr_t reg_base, int direction, int ndevs);
+void otx2_mbox_fini(struct otx2_mbox *mbox);
+
 #endif /* __OTX2_MBOX_H__ */