]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DevicePathToText.h
Code Scrub for Protocol and Ppi Definition
[mirror_edk2.git] / MdePkg / Include / Protocol / DevicePathToText.h
index 0946794c38b1fa50e6f6a8ef37d9e1c93927b629..bf043e09a9cc257159bbea3badfeea13798ed857 100644 (file)
@@ -2,7 +2,7 @@
   EFI_DEVICE_PATH_TO_TEXT_PROTOCOL as defined in UEFI 2.0.  \r
   This protocol provides service to convert device nodes and paths to text.\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -74,6 +74,17 @@ CHAR16*
   )\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
 typedef struct {\r
   EFI_DEVICE_PATH_TO_TEXT_NODE        ConvertDeviceNodeToText;\r
   EFI_DEVICE_PATH_TO_TEXT_PATH        ConvertDevicePathToText;\r