]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/common/eal_common_interrupts.c
interrupts: make interrupt handle structure opaque
[dpdk.git] / lib / eal / common / eal_common_interrupts.c
index 875e8193f937c78fbbbe2615807de7743dbf05c2..90d972e16cd27bfe7ee8c73cf1c6c5deacb31bfc 100644 (file)
@@ -10,6 +10,8 @@
 #include <rte_log.h>
 #include <rte_malloc.h>
 
+#include "eal_interrupts.h"
+
 /* Macros to check for valid interrupt handle */
 #define CHECK_VALID_INTR_HANDLE(intr_handle) do { \
        if (intr_handle == NULL) { \