1*2457705eSAnkur Dwivedi /* SPDX-License-Identifier: BSD-3-Clause 2*2457705eSAnkur Dwivedi * Copyright(C) 2021 Marvell. 3*2457705eSAnkur Dwivedi */ 4*2457705eSAnkur Dwivedi 5*2457705eSAnkur Dwivedi #ifndef _CN10K_CRYPTODEV_H_ 6*2457705eSAnkur Dwivedi #define _CN10K_CRYPTODEV_H_ 7*2457705eSAnkur Dwivedi 8*2457705eSAnkur Dwivedi /* Marvell OCTEON CN10K Crypto PMD device name */ 9*2457705eSAnkur Dwivedi #define CRYPTODEV_NAME_CN10K_PMD crypto_cn10k 10*2457705eSAnkur Dwivedi 11*2457705eSAnkur Dwivedi extern uint8_t cn10k_cryptodev_driver_id; 12*2457705eSAnkur Dwivedi 13*2457705eSAnkur Dwivedi #endif /* _CN10K_CRYPTODEV_H_ */ 14