X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FDevicePathFromText.h;h=ffac71597802caf6c1c9048326573e6d72737530;hb=db5d3dbd76b6fe8bfaf4b85de792e9e18d5175ad;hp=7c4a16148304b232916867434bd6e3c62bda082a;hpb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/DevicePathFromText.h b/MdePkg/Include/Protocol/DevicePathFromText.h index 7c4a161483..ffac715978 100644 --- a/MdePkg/Include/Protocol/DevicePathFromText.h +++ b/MdePkg/Include/Protocol/DevicePathFromText.h @@ -61,17 +61,9 @@ EFI_DEVICE_PATH_PROTOCOL* IN CONST CHAR16 *TextDevicePath ); -/** - @par Protocol Description: - This protocol converts text to device paths and device nodes. - - @param ConvertTextToDeviceNode - Convert text to a device node. - - @param ConvertTextToDevicePath - Convert text to a device path - -**/ +/// +/// This protocol converts text to device paths and device nodes. +/// typedef struct { EFI_DEVICE_PATH_FROM_TEXT_NODE ConvertTextToDeviceNode; EFI_DEVICE_PATH_FROM_TEXT_PATH ConvertTextToDevicePath;