net/mlx5: fix last completed built descriptor
[dpdk.git] / drivers / crypto / nitrox / nitrox_sym_capabilities.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2019 Marvell International Ltd.
3  */
4
5 #ifndef _NITROX_SYM_CAPABILITIES_H_
6 #define _NITROX_SYM_CAPABILITIES_H_
7
8 #include <rte_cryptodev.h>
9
10 const struct rte_cryptodev_capabilities *nitrox_get_sym_capabilities(void);
11
12 #endif /* _NITROX_SYM_CAPABILITIES_H_ */