rte_eal_interrupts.h is an internal file not supposed to be included
directly by applications.

Signed-off-by: Adrien Mazarguil <adrien.mazarg...@6wind.com>
Cc: Bruce Richardson <bruce.richard...@intel.com>
---
 devtools/check-includes.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devtools/check-includes.sh b/devtools/check-includes.sh
index c4ec73f15..685a3e772 100755
--- a/devtools/check-includes.sh
+++ b/devtools/check-includes.sh
@@ -111,6 +111,7 @@ include_dir=${1:-build/include}
        'exec-env/*' \
        'rte_vhost.h' \
        'rte_eth_vhost.h' \
+       'rte_eal_interrupts.h' \
 }
 : ${IGNORE_CXX= \
        'rte_vhost.h' \
-- 
2.11.0

Reply via email to