crypto/octeontx: add crypto adapter framework
[dpdk.git] / drivers / crypto / octeontx / otx_cryptodev.h
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_ */