]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_interrupts.h
eal: clean up interrupt handle
[dpdk.git] / lib / librte_eal / common / include / rte_interrupts.h
index 6cade018095fce257667b8600ddad0a4caa0a68f..5d06ed79d48a24d50cc1c2fcceaf6aa2d42e7c26 100644 (file)
@@ -51,8 +51,7 @@ extern "C" {
 struct rte_intr_handle;
 
 /** Function to be registered for the specific interrupt */
-typedef void (*rte_intr_callback_fn)(struct rte_intr_handle *intr_handle,
-                                                       void *cb_arg);
+typedef void (*rte_intr_callback_fn)(void *cb_arg);
 
 #include <exec-env/rte_interrupts.h>