xref: /dpdk/drivers/crypto/caam_jr/caam_jr_capabilities.h (revision 42600bbc018062df811889f38822b18325bbe741)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2017-2018 NXP
3  */
4 
5 #ifndef CAAM_JR_CAPABILITIES_H
6 #define CAAM_JR_CAPABILITIES_H
7 
8 #include <rte_cryptodev.h>
9 #include <rte_security.h>
10 
11 /* Get cryptodev capabilities */
12 const struct rte_cryptodev_capabilities *
13 caam_jr_get_cryptodev_capabilities(void);
14 /* Get security capabilities */
15 const struct rte_security_capability *
16 caam_jr_get_security_capabilities(void *device);
17 
18 #endif
19