]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/octeontx2/otx2_cryptodev_ops.h
net/i40e: fix port start during config restore
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev_ops.h
index ba93a66cf73024a054aae475a7e0145c35e449b0..f83e36b486baa5ed16ab07a30a373feb55e6548e 100644 (file)
@@ -13,8 +13,9 @@
 enum otx2_cpt_egrp {
        OTX2_CPT_EGRP_SE = 0,
        OTX2_CPT_EGRP_SE_IE = 1,
+       OTX2_CPT_EGRP_AE = 2
 };
 
-struct rte_cryptodev_ops otx2_cpt_ops;
+extern struct rte_cryptodev_ops otx2_cpt_ops;
 
 #endif /* _OTX2_CRYPTODEV_OPS_H_ */