From patchwork Mon Nov 24 21:51:01 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Inaky Perez-Gonzalez X-Patchwork-Id: 10526 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 1530BDDEE3 for ; Tue, 25 Nov 2008 08:53:57 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754190AbYKXVx2 (ORCPT ); Mon, 24 Nov 2008 16:53:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752305AbYKXVxL (ORCPT ); Mon, 24 Nov 2008 16:53:11 -0500 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 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 24 Nov 2008 13:51:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.33,661,1220252400"; d="scan'208";a="81901336" Received: from gocho.jf.intel.com (HELO localhost.localdomain) ([134.134.19.94]) by azsmga001.ch.intel.com with ESMTP; 24 Nov 2008 13:51:21 -0800 From: Inaky Perez-Gonzalez To: netdev@vger.kernel.org Cc: David Woodhouse 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: X-Mailer: git-send-email 1.5.6.5 In-Reply-To: References: Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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