648c0092f3d331b7952e2ffb75ba9dbc49d5bd71
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev_mbox.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (C) 2019 Marvell International Ltd.
3  */
4
5 #ifndef _OTX2_CRYPTODEV_MBOX_H_
6 #define _OTX2_CRYPTODEV_MBOX_H_
7
8 #include <rte_cryptodev.h>
9
10 int otx2_cpt_available_queues_get(const struct rte_cryptodev *dev,
11                                   uint16_t *nb_queues);
12
13 #endif /* _OTX2_CRYPTODEV_MBOX_H_ */