f103c32eda3d57428a24c8a4327aadbc1892a165
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev_capabilities.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (C) 2019 Marvell International Ltd.
3  */
4
5 #ifndef _OTX2_CRYPTODEV_CAPABILITIES_H_
6 #define _OTX2_CRYPTODEV_CAPABILITIES_H_
7
8 #include <rte_cryptodev.h>
9
10 /*
11  * Get capabilities list for the device
12  *
13  */
14 const struct rte_cryptodev_capabilities *otx2_cpt_capabilities_get(void);
15
16 #endif /* _OTX2_CRYPTODEV_CAPABILITIES_H_ */