From 8cf791231e8d0ec2524e6c6a952c794467223bc8 Mon Sep 17 00:00:00 2001 From: Adrien Mazarguil Date: Thu, 21 Dec 2017 13:59:55 +0100 Subject: [PATCH] devtools: update check-includes exceptions rte_eal_interrupts.h is an internal file not supposed to be included directly by applications. Signed-off-by: Adrien Mazarguil --- devtools/check-includes.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devtools/check-includes.sh b/devtools/check-includes.sh index c4ec73f153..685a3e7728 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.20.1