aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/fcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/fcp.h')
-rw-r--r--src/include/ipxe/fcp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/ipxe/fcp.h b/src/include/ipxe/fcp.h
index 853ca13f6..d86afab42 100644
--- a/src/include/ipxe/fcp.h
+++ b/src/include/ipxe/fcp.h
@@ -163,4 +163,12 @@ struct fcp_prli_service_parameters {
/** Enhanced discovery supported */
#define FCP_PRLI_ENH_DISC 0x0800
+/** An FCP device description */
+struct fcp_description {
+ /** Fibre Channel WWN */
+ struct fc_name wwn;
+ /** SCSI LUN */
+ struct scsi_lun lun;
+};
+
#endif /* _IPXE_FCP_H */