X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FDevicePathToText.h;h=f7a6c180035031abe2eb4b35c4202cfe90fd3f6e;hp=853e43e1337a5d5b0af994fcf85806cd3a52dc27;hb=9df063a06aef048c042498e2f542fb693e93493a;hpb=3354353d4d82fb12c073564ab41099ca75d02839 diff --git a/MdePkg/Include/Protocol/DevicePathToText.h b/MdePkg/Include/Protocol/DevicePathToText.h index 853e43e133..f7a6c18003 100644 --- a/MdePkg/Include/Protocol/DevicePathToText.h +++ b/MdePkg/Include/Protocol/DevicePathToText.h @@ -2,8 +2,8 @@ EFI_DEVICE_PATH_TO_TEXT_PROTOCOL as defined in UEFI 2.0. This protocol provides service to convert device nodes and paths to text. - Copyright (c) 2006 - 2008, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+ This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -16,8 +16,6 @@ #ifndef __DEVICE_PATH_TO_TEXT_PROTOCOL_H__ #define __DEVICE_PATH_TO_TEXT_PROTOCOL_H__ -#include - /// /// Device Path To Text protocol /// @@ -72,10 +70,9 @@ CHAR16* IN BOOLEAN AllowShortcuts ); -/** - @par Protocol Description: - This protocol converts device paths and device nodes to text. -**/ +/// +/// This protocol converts device paths and device nodes to text. +/// typedef struct { EFI_DEVICE_PATH_TO_TEXT_NODE ConvertDeviceNodeToText; EFI_DEVICE_PATH_TO_TEXT_PATH ConvertDevicePathToText;