xref: /dpdk/drivers/crypto/nitrox/nitrox_sym_capabilities.h (revision cafd27035622edfe232320ba83c3b55488b12a43)
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