From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: [PATCH v1 1/6] devtools: update check-includes exceptions Date: Thu, 21 Dec 2017 13:59:55 +0100 Message-ID: <20171221122458.811-2-adrien.mazarguil@6wind.com> References: <20171221122458.811-1-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Bruce Richardson To: dev@dpdk.org Return-path: Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by dpdk.org (Postfix) with ESMTP id 7B2491B27B for ; Thu, 21 Dec 2017 14:00:08 +0100 (CET) Received: by mail-wm0-f68.google.com with SMTP id g130so20125695wme.0 for ; Thu, 21 Dec 2017 05:00:08 -0800 (PST) Content-Disposition: inline In-Reply-To: <20171221122458.811-1-adrien.mazarguil@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" rte_eal_interrupts.h is an internal file not supposed to be included directly by applications. Signed-off-by: Adrien Mazarguil Cc: Bruce Richardson --- 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