eal/windows: add missing SPDX license tag
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev_ops.h
index 545614e..1970187 100644 (file)
@@ -7,6 +7,9 @@
 
 #include <rte_cryptodev_pmd.h>
 
-struct rte_cryptodev_ops otx2_cpt_ops;
+#define OTX2_CPT_MIN_HEADROOM_REQ      24
+#define OTX2_CPT_MIN_TAILROOM_REQ      8
+
+extern struct rte_cryptodev_ops otx2_cpt_ops;
 
 #endif /* _OTX2_CRYPTODEV_OPS_H_ */