]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DevicePathToText.h
Reviewed the description in the FatBinPkg .dec file.
[mirror_edk2.git] / MdePkg / Include / Protocol / DevicePathToText.h
index bf043e09a9cc257159bbea3badfeea13798ed857..bbc348398a775683019404424850f21c1ff6eb1c 100644 (file)
 #ifndef __DEVICE_PATH_TO_TEXT_PROTOCOL_H__\r
 #define __DEVICE_PATH_TO_TEXT_PROTOCOL_H__\r
 \r
-#include <Protocol/DevicePath.h>\r
-\r
-//\r
-// Device Path To Text protocol\r
-//\r
+///\r
+/// Device Path To Text protocol\r
+///\r
 #define EFI_DEVICE_PATH_TO_TEXT_PROTOCOL_GUID \\r
   { \\r
     0x8b843e20, 0x8132, 0x4852, {0x90, 0xcc, 0x55, 0x1a, 0x4e, 0x4a, 0x7f, 0x1c } \\r
@@ -47,8 +45,7 @@ CHAR16*
   IN CONST EFI_DEVICE_PATH_PROTOCOL   *DeviceNode,\r
   IN BOOLEAN                          DisplayOnly,\r
   IN BOOLEAN                          AllowShortcuts\r
-  )\r
-;      \r
+  );      \r
 \r
 /**\r
   Convert a device path to its text representation.\r
@@ -71,20 +68,11 @@ CHAR16*
   IN CONST EFI_DEVICE_PATH_PROTOCOL   *DevicePath,\r
   IN BOOLEAN                          DisplayOnly,\r
   IN BOOLEAN                          AllowShortcuts\r
-  )\r
-;    \r
+  );    \r
 \r
-/**\r
-  @par Protocol Description:\r
-  This protocol converts device paths and device nodes to text.\r
-\r
-  @param ConvertTextToDeviceNode\r
-  Convert the device node to text.\r
-  \r
-  @param ConvertTextToDevicePath\r
-  Convert the device path to text.\r
-  \r
-**/\r
+///\r
+/// This protocol converts device paths and device nodes to text.\r
+///\r
 typedef struct {\r
   EFI_DEVICE_PATH_TO_TEXT_NODE        ConvertDeviceNodeToText;\r
   EFI_DEVICE_PATH_TO_TEXT_PATH        ConvertDevicePathToText;\r