xref: /dpdk/drivers/crypto/octeontx/otx_cryptodev_capabilities.h (revision 33bcaae5f85ad805ee287bee42013e61a1cff6fa)
1ef82c2e8SAnkur Dwivedi /* SPDX-License-Identifier: BSD-3-Clause
2ef82c2e8SAnkur Dwivedi  * Copyright(c) 2018 Cavium, Inc
3ef82c2e8SAnkur Dwivedi  */
4ef82c2e8SAnkur Dwivedi 
5ef82c2e8SAnkur Dwivedi #ifndef _OTX_CRYPTODEV_CAPABILITIES_H_
6ef82c2e8SAnkur Dwivedi #define _OTX_CRYPTODEV_CAPABILITIES_H_
7ef82c2e8SAnkur Dwivedi 
8ef82c2e8SAnkur Dwivedi #include <rte_cryptodev.h>
9ef82c2e8SAnkur Dwivedi 
10ef82c2e8SAnkur Dwivedi /*
11*33bcaae5SKanaka Durga Kotamarthy  * Get capabilities list for the device, based on device type
12ef82c2e8SAnkur Dwivedi  */
13ef82c2e8SAnkur Dwivedi const struct rte_cryptodev_capabilities *
14*33bcaae5SKanaka Durga Kotamarthy otx_get_capabilities(uint64_t flags);
15ef82c2e8SAnkur Dwivedi 
16ef82c2e8SAnkur Dwivedi #endif /* _OTX_CRYPTODEV_CAPABILITIES_H_ */
17