common/octeontx2: add security capability routine
[dpdk.git] / drivers / common / octeontx2 / otx2_sec_idev.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2020 Marvell International Ltd.
3  */
4
5 #ifndef _OTX2_SEC_IDEV_H_
6 #define _OTX2_SEC_IDEV_H_
7
8 #include <rte_ethdev.h>
9
10 uint8_t otx2_eth_dev_is_sec_capable(struct rte_eth_dev *eth_dev);
11
12 #endif /* _OTX2_SEC_IDEV_H_ */