1 /* SPDX-License-Identifier: BSD-3-Clause
6 #ifndef _DPAA2_SEC_EVENT_H_
7 #define _DPAA2_SEC_EVENT_H_
10 int dpaa2_sec_eventq_attach(const struct rte_cryptodev *dev,
12 struct dpaa2_dpcon_dev *dpcon,
13 const struct rte_event *event);
16 int dpaa2_sec_eventq_detach(const struct rte_cryptodev *dev,
19 #endif /* _DPAA2_SEC_EVENT_H_ */