diff options
author | Robert Love <robert.w.love@intel.com> | 2009-11-03 19:47:23 (GMT) |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 18:01:05 (GMT) |
commit | 07aac328342d6ca1725d901e1c5da8a1aa88f557 (patch) | |
tree | 1ea10e3eafc38e61398b6f02a3e0f0ac319097c7 /include/scsi/fc/fc_fs.h | |
parent | dc8596d303bb306da9ab5326fa6209710de86b8b (diff) | |
download | linux-07aac328342d6ca1725d901e1c5da8a1aa88f557.tar.xz |
[SCSI] libfc: Export FC headers
Export fc_els.h, fc_fs.h, fc_gs.h and fc_ns.h so that they
may be used by applications.
This will be needed for FC Passthrough applications like fcping,
but could be used by other applications.
Fix to include <linux/types.h> to exported files provided by
Chris Leech <christopher.leech@intel.com>.
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include/scsi/fc/fc_fs.h')
-rw-r--r-- | include/scsi/fc/fc_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/fc/fc_fs.h b/include/scsi/fc/fc_fs.h index ac4cd38..50f28b1 100644 --- a/include/scsi/fc/fc_fs.h +++ b/include/scsi/fc/fc_fs.h @@ -20,6 +20,8 @@ #ifndef _FC_FS_H_ #define _FC_FS_H_ +#include <linux/types.h> + /* * Fibre Channel Framing and Signalling definitions. * From T11 FC-FS-2 Rev 0.90 - 9 August 2005. |