From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PATCHv2 4/4] scsi: export scsi_tgt_if.h Date: Tue, 29 Sep 2009 12:34:45 +0200 Message-ID: <20090929103445.GE11183@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.redhat.com ([209.132.183.28]:21774 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753955AbZI2Kgr (ORCPT ); Tue, 29 Sep 2009 06:36:47 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Boaz Harrosh , Sam Ravnborg The header scsi_tgt_if.h is used by the SCSI target framework (tgt) (http://stgt.berlios.de/). Export it from kernel. Signed-off-by: Michael S. Tsirkin --- include/scsi/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/scsi/Kbuild b/include/scsi/Kbuild index a61932c..d798db8 100644 --- a/include/scsi/Kbuild +++ b/include/scsi/Kbuild @@ -4,3 +4,4 @@ header-y += scsi.h header-y += scsi_netlink.h header-y += scsi_netlink_fc.h header-y += scsi_bsg_fc.h +header-y += scsi_tgt_if.h -- 1.6.5.rc2