1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright (C) 2019 Marvell International Ltd. 3 */ 4 5 #ifndef _OTX2_CRYPTODEV_OPS_H_ 6 #define _OTX2_CRYPTODEV_OPS_H_ 7 8 #include <rte_cryptodev_pmd.h> 9 10 #define OTX2_CPT_MIN_HEADROOM_REQ 24 11 #define OTX2_CPT_MIN_TAILROOM_REQ 8 12 13 extern struct rte_cryptodev_ops otx2_cpt_ops; 14 15 #endif /* _OTX2_CRYPTODEV_OPS_H_ */ 16