numam-dpdk/drivers/crypto/nitrox/nitrox_sym_capabilities.h
Nagadheeraj Rottela cafd270356 crypto/nitrox: add session management
Add all the session management operations.

Signed-off-by: Nagadheeraj Rottela <rnagadheeraj@marvell.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2019-10-09 11:50:12 +02:00

13 lines
313 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(C) 2019 Marvell International Ltd.
*/
#ifndef _NITROX_SYM_CAPABILITIES_H_
#define _NITROX_SYM_CAPABILITIES_H_
#include <rte_cryptodev.h>
const struct rte_cryptodev_capabilities *nitrox_get_sym_capabilities(void);
#endif /* _NITROX_SYM_CAPABILITIES_H_ */