crypto/octeontx2: add PMD skeleton
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (C) 2019 Marvell International Ltd.
3  */
4
5 #ifndef _OTX2_CRYPTODEV_H_
6 #define _OTX2_CRYPTODEV_H_
7
8 #include "cpt_common.h"
9
10 /* Marvell OCTEON TX2 Crypto PMD device name */
11 #define CRYPTODEV_NAME_OCTEONTX2_PMD    crypto_octeontx2
12
13 /**
14  * Device private data
15  */
16 struct otx2_cpt_vf {
17         /* To be populated */
18 };
19
20 #define CPT_LOGTYPE otx2_cpt_logtype
21
22 extern int otx2_cpt_logtype;
23
24 /*
25  * Crypto device driver ID
26  */
27 uint8_t otx2_cryptodev_driver_id;
28
29 #endif /* _OTX2_CRYPTODEV_H_ */