xref: /dpdk/drivers/crypto/bcmfs/bcmfs_sym_capabilities.h (revision 4ed19f0db5d970af39f6cb9a70fd690d0e62646b)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2020 Broadcom
3  * All rights reserved.
4  */
5 
6 #ifndef _BCMFS_SYM_CAPABILITIES_H_
7 #define _BCMFS_SYM_CAPABILITIES_H_
8 
9 /*
10  * Get capabilities list for the device
11  *
12  */
13 const struct rte_cryptodev_capabilities *bcmfs_sym_get_capabilities(void);
14 
15 #endif /* _BCMFS_SYM_CAPABILITIES_H__ */
16