34 #ifndef _RTE_INTERRUPTS_H_
35 #define _RTE_INTERRUPTS_H_
51 struct rte_intr_handle;
57 #include <exec-env/rte_interrupts.h>
int rte_intr_callback_unregister(struct rte_intr_handle *intr_handle, rte_intr_callback_fn cb, void *cb_arg)
int rte_intr_enable(struct rte_intr_handle *intr_handle)
int rte_intr_callback_register(struct rte_intr_handle *intr_handle, rte_intr_callback_fn cb, void *cb_arg)
void(* rte_intr_callback_fn)(struct rte_intr_handle *intr_handle, void *cb_arg)
int rte_intr_disable(struct rte_intr_handle *intr_handle)