From: Adrien Mazarguil Date: Thu, 21 Dec 2017 12:59:55 +0000 (+0100) Subject: devtools: update check-includes exceptions X-Git-Tag: spdx-start~265 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=8cf791231e8d0ec2524e6c6a952c794467223bc8 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 --- 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' \