Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173658
b: refs/heads/master
c: 07aac32
h: refs/heads/master
v: v3
  • Loading branch information
Robert Love authored and James Bottomley committed Dec 4, 2009
1 parent fed5d6b commit a0c92c4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc8596d303bb306da9ab5326fa6209710de86b8b
refs/heads/master: 07aac328342d6ca1725d901e1c5da8a1aa88f557
1 change: 1 addition & 0 deletions trunk/include/scsi/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ header-y += scsi.h
header-y += scsi_netlink.h
header-y += scsi_netlink_fc.h
header-y += scsi_bsg_fc.h
header-y += fc/
4 changes: 4 additions & 0 deletions trunk/include/scsi/fc/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
header-y += fc_els.h
header-y += fc_fs.h
header-y += fc_gs.h
header-y += fc_ns.h
2 changes: 2 additions & 0 deletions trunk/include/scsi/fc/fc_els.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#ifndef _FC_ELS_H_
#define _FC_ELS_H_

#include <linux/types.h>

/*
* Fibre Channel Switch - Enhanced Link Services definitions.
* From T11 FC-LS Rev 1.2 June 7, 2005.
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/scsi/fc/fc_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/scsi/fc/fc_gs.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#ifndef _FC_GS_H_
#define _FC_GS_H_

#include <linux/types.h>

/*
* Fibre Channel Services - Common Transport.
* From T11.org FC-GS-2 Rev 5.3 November 1998.
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/scsi/fc/fc_ns.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#ifndef _FC_NS_H_
#define _FC_NS_H_

#include <linux/types.h>

/*
* Fibre Channel Services - Name Service (dNS)
* From T11.org FC-GS-2 Rev 5.3 November 1998.
Expand Down

0 comments on commit a0c92c4

Please sign in to comment.