]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Mtftp4.h
Update the Guid Value of Ext SCSI Pass Thru Protocol
[mirror_edk2.git] / MdePkg / Include / Protocol / Mtftp4.h
index 840e04b4f36668aa5c240096f84d9136959f396c..18ae20bc4b9a795139d6ca5651eb51924bdd4a28 100644 (file)
@@ -24,7 +24,7 @@
 \r
 #define EFI_MTFTP4_PROTOCOL_GUID \\r
   { \\r
-    0x3ad9df29, 0x4501, 0x478d, {0xb1, 0xf8, 0x7f, 0x7f, 0xe7, 0x0e, 0x50, 0xf3 } \\r
+    0x78247c57, 0x63db, 0x4708, {0x99, 0xc2, 0xa8, 0xb4, 0xa9, 0xa6, 0x1f, 0x6b } \\r
   }\r
 \r
 typedef struct _EFI_MTFTP4_PROTOCOL EFI_MTFTP4_PROTOCOL;\r
@@ -291,7 +291,7 @@ EFI_STATUS
                        the default parameters that were set in the\r
                        EFI_MTFTP4_PROTOCOL.Configure() function are used.\r
   @param  Filename     Pointer to ASCIIZ file name string.\r
-  @param  ModeStr      Pointer to ASCIIZ mode string. If NULL, ¡°octet¡± will be used.\r
+  @param  ModeStr      Pointer to ASCIIZ mode string. If NULL, "octet" will be used.\r
   @param  OptionCount  Number of option/value string pairs in OptionList.\r
   @param  OptionList   Pointer to array of option/value string pairs. Ignored if\r
                        OptionCount is zero.\r
@@ -303,7 +303,6 @@ EFI_STATUS
   @retval EFI_INVALID_PARAMETER One or more parameters are invalid.\r
   @retval EFI_UNSUPPORTED       One or more options in the OptionList are in the\r
                                 unsupported list of structure EFI_MTFTP4_MODE_DATA.\r
-  \r
   @retval EFI_NOT_STARTED       The EFI MTFTPv4 Protocol driver has not been started.\r
   @retval EFI_NO_MAPPING        When using a default address, configuration (DHCP, BOOTP,\r
                                 RARP, etc.) has not finished yet.\r
@@ -395,9 +394,9 @@ EFI_STATUS
 /**\r
   Sends a file to an MTFTPv4 server.\r
 \r
-  @param  This Pointer to the EFI_MTFTP4_PROTOCOL instance.\r
+  @param  This  Pointer to the EFI_MTFTP4_PROTOCOL instance.\r
   @param  Token Pointer to the token structure to provide the parameters that are\r
-  used in this operation.\r
+                used in this operation.\r
 \r
   @retval EFI_SUCCESS           The upload session has started.\r
   @retval EFI_UNSUPPORTED       The operation is not supported by this implementation.\r
@@ -423,7 +422,7 @@ EFI_STATUS
   \r
 \r
 /**\r
-  Downloads a data file ¡°directory¡± from an MTFTPv4 server. May be unsupported in some EFI\r
+  Downloads a data file "directory" from an MTFTPv4 server. May be unsupported in some EFI\r
   implementations.                                                                                                                                                                                 \r
 \r
   @param  This  Pointer to the EFI_MTFTP4_PROTOCOL instance.\r