xref: /dpdk/drivers/crypto/dpaa_sec/dpaa_sec_event.h (revision 12a652a02b080f26a1e9fd0169a58d6bcbe7b03c)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2019 NXP
3  *
4  */
5 
6 #ifndef _DPAA_SEC_EVENT_H_
7 #define _DPAA_SEC_EVENT_H_
8 
9 int
10 dpaa_sec_eventq_attach(const struct rte_cryptodev *dev,
11 		int qp_id,
12 		uint16_t ch_id,
13 		const struct rte_event *event);
14 
15 int
16 dpaa_sec_eventq_detach(const struct rte_cryptodev *dev,
17 		int qp_id);
18 
19 #endif /* _DPAA_SEC_EVENT_H_ */
20