1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (C) 2019 Marvell International Ltd.
5 #ifndef _OTX2_CRYPTODEV_CAPABILITIES_H_
6 #define _OTX2_CRYPTODEV_CAPABILITIES_H_
8 #include <rte_cryptodev.h>
11 * Get capabilities list for the device
14 const struct rte_cryptodev_capabilities *otx2_cpt_capabilities_get(void);
16 #endif /* _OTX2_CRYPTODEV_CAPABILITIES_H_ */