From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inaky Perez-Gonzalez Subject: [PATCH 38/39] wimax: export linux/wimax.h and linux/wimax-i2400m.h with headers_install Date: Mon, 24 Nov 2008 13:51:01 -0800 Message-ID: References: Cc: David Woodhouse To: netdev@vger.kernel.org Return-path: Received: from mga12.intel.com ([143.182.124.36]:57411 "EHLO azsmga102.ch.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753533AbYKXVvx (ORCPT ); Mon, 24 Nov 2008 16:51:53 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: These two files are what user space can use to establish communication with the WiMAX kernel API and to speak the Intel 2400m Wireless WiMAX connection's control protocol. Signed-off-by: Inaky Perez-Gonzalez Cc: David Woodhouse --- include/linux/Kbuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/Kbuild b/include/linux/Kbuild index e531783..e662605 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -375,3 +375,5 @@ unifdef-y += xattr.h unifdef-y += xfrm.h objhdr-y += version.h +header-y += wimax.h +header-y += wimax-i2400m.h -- 1.5.6.5