xref: /dpdk/drivers/crypto/nitrox/nitrox_sym_capabilities.h (revision 1cde1b9a9b4dbf31cb5e5ccdfc5da3cb079f43a2)
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_ */
13