xref: /dpdk/drivers/crypto/octeontx/otx_cryptodev.h (revision 8dc6c2f12ecf12cc114f158268bae52b345409c9)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Cavium, Inc
3  */
4 
5 #ifndef _OTX_CRYPTODEV_H_
6 #define _OTX_CRYPTODEV_H_
7 
8 /* Cavium OCTEON TX crypto PMD device name */
9 #define CRYPTODEV_NAME_OCTEONTX_PMD	crypto_octeontx
10 
11 #define CPT_LOGTYPE otx_cpt_logtype
12 
13 extern int otx_cpt_logtype;
14 
15 /*
16  * Crypto device driver ID
17  */
18 extern uint8_t otx_cryptodev_driver_id;
19 
20 #endif /* _OTX_CRYPTODEV_H_ */
21