]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootSupport.h
NetworkPkg: Apply uncrustify changes
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootSupport.h
index c2ac1b785a8f7d56c6a6b20890c91cd2abe7b39a..3698e55936423dee2cc9fb8e1dbf07cb5737c699 100644 (file)
@@ -21,7 +21,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 **/\r
 EFI_HANDLE\r
 HttpBootGetNicByIp4Children (\r
-  IN EFI_HANDLE                 ControllerHandle\r
+  IN EFI_HANDLE  ControllerHandle\r
   );\r
 \r
 /**\r
@@ -35,7 +35,7 @@ HttpBootGetNicByIp4Children (
 **/\r
 EFI_HANDLE\r
 HttpBootGetNicByIp6Children (\r
-  IN EFI_HANDLE                 ControllerHandle\r
+  IN EFI_HANDLE  ControllerHandle\r
   );\r
 \r
 /**\r
@@ -48,12 +48,11 @@ HttpBootGetNicByIp6Children (
 **/\r
 VOID\r
 HttpBootUintnToAscDecWithFormat (\r
-  IN UINTN                       Number,\r
-  IN UINT8                       *Buffer,\r
-  IN INTN                        Length\r
+  IN UINTN  Number,\r
+  IN UINT8  *Buffer,\r
+  IN INTN   Length\r
   );\r
 \r
-\r
 /**\r
   This function is to display the IPv4 address.\r
 \r
@@ -62,7 +61,7 @@ HttpBootUintnToAscDecWithFormat (
 **/\r
 VOID\r
 HttpBootShowIp4Addr (\r
-  IN EFI_IPv4_ADDRESS   *Ip\r
+  IN EFI_IPv4_ADDRESS  *Ip\r
   );\r
 \r
 /**\r
@@ -73,7 +72,7 @@ HttpBootShowIp4Addr (
 **/\r
 VOID\r
 HttpBootShowIp6Addr (\r
-  IN EFI_IPv6_ADDRESS   *Ip\r
+  IN EFI_IPv6_ADDRESS  *Ip\r
   );\r
 \r
 /**\r
@@ -84,7 +83,7 @@ HttpBootShowIp6Addr (
 **/\r
 VOID\r
 HttpBootPrintErrorMessage (\r
-  EFI_HTTP_STATUS_CODE            StatusCode\r
+  EFI_HTTP_STATUS_CODE  StatusCode\r
   );\r
 \r
 /**\r
@@ -100,9 +99,9 @@ HttpBootPrintErrorMessage (
 **/\r
 EFI_STATUS\r
 HttpBootDns (\r
-  IN     HTTP_BOOT_PRIVATE_DATA   *Private,\r
-  IN     CHAR16                   *HostName,\r
-     OUT EFI_IPv6_ADDRESS         *IpAddress\r
+  IN     HTTP_BOOT_PRIVATE_DATA  *Private,\r
+  IN     CHAR16                  *HostName,\r
+  OUT EFI_IPv6_ADDRESS           *IpAddress\r
   );\r
 \r
 /**\r
@@ -115,8 +114,8 @@ HttpBootDns (
 VOID\r
 EFIAPI\r
 HttpBootCommonNotify (\r
-  IN EFI_EVENT           Event,\r
-  IN VOID                *Context\r
+  IN EFI_EVENT  Event,\r
+  IN VOID       *Context\r
   );\r
 \r
 /**\r
@@ -131,7 +130,7 @@ HttpBootCommonNotify (
 **/\r
 EFI_STATUS\r
 HttpBootCheckUriScheme (\r
-  IN      CHAR8                  *Uri\r
+  IN      CHAR8  *Uri\r
   );\r
 \r
 /**\r
@@ -148,8 +147,8 @@ HttpBootCheckUriScheme (
 **/\r
 EFI_STATUS\r
 HttpBootParseFilePath (\r
-  IN     EFI_DEVICE_PATH_PROTOCOL     *FilePath,\r
-     OUT CHAR8                        **UriAddress\r
+  IN     EFI_DEVICE_PATH_PROTOCOL  *FilePath,\r
+  OUT CHAR8                        **UriAddress\r
   );\r
 \r
 /**\r
@@ -171,11 +170,11 @@ HttpBootParseFilePath (
 **/\r
 EFI_STATUS\r
 HttpBootCheckImageType (\r
-  IN      CHAR8                  *Uri,\r
-  IN      VOID                   *UriParser,\r
-  IN      UINTN                  HeaderCount,\r
-  IN      EFI_HTTP_HEADER        *Headers,\r
-     OUT  HTTP_BOOT_IMAGE_TYPE   *ImageType\r
+  IN      CHAR8              *Uri,\r
+  IN      VOID               *UriParser,\r
+  IN      UINTN              HeaderCount,\r
+  IN      EFI_HTTP_HEADER    *Headers,\r
+  OUT  HTTP_BOOT_IMAGE_TYPE  *ImageType\r
   );\r
 \r
 /**\r
@@ -194,10 +193,10 @@ HttpBootCheckImageType (
 **/\r
 EFI_STATUS\r
 HttpBootRegisterRamDisk (\r
-  IN  HTTP_BOOT_PRIVATE_DATA       *Private,\r
-  IN  UINTN                        BufferSize,\r
-  IN  VOID                         *Buffer,\r
-  IN  HTTP_BOOT_IMAGE_TYPE         ImageType\r
+  IN  HTTP_BOOT_PRIVATE_DATA  *Private,\r
+  IN  UINTN                   BufferSize,\r
+  IN  VOID                    *Buffer,\r
+  IN  HTTP_BOOT_IMAGE_TYPE    ImageType\r
   );\r
 \r
 /**\r
@@ -210,6 +209,7 @@ HttpBootRegisterRamDisk (
 **/\r
 BOOLEAN\r
 HttpBootIsHttpRedirectStatusCode (\r
-  IN   EFI_HTTP_STATUS_CODE        StatusCode\r
+  IN   EFI_HTTP_STATUS_CODE  StatusCode\r
   );\r
+\r
 #endif\r