devtools: update check-includes exceptions
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Thu, 21 Dec 2017 12:59:55 +0000 (13:59 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 16 Jan 2018 23:24:45 +0000 (00:24 +0100)
rte_eal_interrupts.h is an internal file not supposed to be included
directly by applications.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
devtools/check-includes.sh

index c4ec73f..685a3e7 100755 (executable)
@@ -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' \