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