numam-dpdk/drivers/crypto/bcmfs/bcmfs_sym_capabilities.h
Vikas Gupta 4ed19f0db5 crypto/bcmfs: add session handling and capabilities
Add session handling and capabilities supported by crypto HW
accelerator

Signed-off-by: Vikas Gupta <vikas.gupta@broadcom.com>
Signed-off-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2020-10-14 22:22:06 +02:00

16 lines
338 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2020 Broadcom
* All rights reserved.
*/
#ifndef _BCMFS_SYM_CAPABILITIES_H_
#define _BCMFS_SYM_CAPABILITIES_H_
/*
* Get capabilities list for the device
*
*/
const struct rte_cryptodev_capabilities *bcmfs_sym_get_capabilities(void);
#endif /* _BCMFS_SYM_CAPABILITIES_H__ */