summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/efi_path.h
diff options
context:
space:
mode:
authorMichael Brown2020-10-22 15:01:27 +0200
committerMichael Brown2020-10-22 15:16:55 +0200
commitbf051a76eef07bb4bd04ad4ff2b8b5e23ef26740 (patch)
tree0b479c39ade7f5f34e9be868a0c229a788dc48b0 /src/include/ipxe/efi/efi_path.h
parent[iscsi] Allow iSCSI device to be described using an EFI device path (diff)
downloadipxe-bf051a76eef07bb4bd04ad4ff2b8b5e23ef26740.tar.gz
ipxe-bf051a76eef07bb4bd04ad4ff2b8b5e23ef26740.tar.xz
ipxe-bf051a76eef07bb4bd04ad4ff2b8b5e23ef26740.zip
[fcp] Allow Fibre Channel device to be described using an EFI device path
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/efi_path.h')
-rw-r--r--src/include/ipxe/efi/efi_path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/efi_path.h b/src/include/ipxe/efi/efi_path.h
index 37019760..91a6c255 100644
--- a/src/include/ipxe/efi/efi_path.h
+++ b/src/include/ipxe/efi/efi_path.h
@@ -17,6 +17,7 @@ struct net_device;
struct uri;
struct iscsi_session;
struct aoe_device;
+struct fcp_description;
struct usb_function;
extern EFI_DEVICE_PATH_PROTOCOL *
@@ -29,6 +30,7 @@ extern EFI_DEVICE_PATH_PROTOCOL * efi_uri_path ( struct uri *uri );
extern EFI_DEVICE_PATH_PROTOCOL *
efi_iscsi_path ( struct iscsi_session *iscsi );
extern EFI_DEVICE_PATH_PROTOCOL * efi_aoe_path ( struct aoe_device *aoedev );
+extern EFI_DEVICE_PATH_PROTOCOL * efi_fcp_path ( struct fcp_description *desc );
extern EFI_DEVICE_PATH_PROTOCOL * efi_usb_path ( struct usb_function *func );
extern EFI_DEVICE_PATH_PROTOCOL * efi_describe ( struct interface *interface );