]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcSupport.h
MdeModulePkg: Update PXE driver to follow edk2 coding standards.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / PxeBcSupport.h
index 1082b3aa2ecc0d82329fe7c39c60a8cc6b2fdfe6..16ac05ec82ae363d235673932b4698a41ac1cd2f 100644 (file)
@@ -38,7 +38,7 @@ PxeBcCommonNotify (
   @param  SubnetMask Pointer to the subnetmask of the station ip address.\r
   @param  Gateway    Pointer to the gateway ip address.\r
   @param  SrcPort    Pointer to the srouce port of the station.\r
-  @param  TTL        The time to live field of the IP header. \r
+  @param  Ttl        The time to live field of the IP header. \r
   @param  ToS        The type of service field of the IP header.\r
 \r
   @retval EFI_SUCCESS           The configuration settings were set, changed, or reset successfully.\r
@@ -64,7 +64,7 @@ PxeBcConfigureUdpWriteInstance (
   IN EFI_IPv4_ADDRESS   *SubnetMask,\r
   IN EFI_IPv4_ADDRESS   *Gateway,\r
   IN OUT UINT16         *SrcPort,\r
-  IN     UINT8          TTL,\r
+  IN     UINT8          Ttl,\r
   IN     UINT8          ToS\r
   );\r
 /**\r