]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcSupport.h
sync comments, fix function header, rename variable name to follow coding style.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / PxeBcSupport.h
index 47c2a068899bc7262febac03d3d14dd4ef077394..6ca661ea0f61cd2592dbc3a167cc8262469bfe11 100644 (file)
@@ -1,98 +1,98 @@
-/** @file
-
-Copyright (c) 2007 - 2008, Intel Corporation                                                         
-All rights reserved. This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution.  The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-Module Name:
-
-  PxeBcSupport.h
-
-Abstract:
-
-  Support routines for PxeBc
-
-
-**/
-
-#ifndef __EFI_PXEBC_SUPPORT_H__
-#define __EFI_PXEBC_SUPPORT_H__
-
-EFI_STATUS
-GetSmbiosSystemGuidAndSerialNumber (
-  IN  EFI_GUID  *SystemGuid,
-  OUT CHAR8     **SystemSerialNumber
-  );
-
-
-/**
-  GC_NOTO: Add function description
-
-  @param  Event      GC_NOTO: add argument description
-  @param  Context    GC_NOTO: add argument description
-
-  @return GC_NOTO: add return values
-
-**/
-VOID
-PxeBcCommonNotify (
-  IN EFI_EVENT           Event,
-  IN VOID                *Context
-  )
-;
-
-EFI_STATUS
-PxeBcConfigureUdpWriteInstance (
-  IN EFI_UDP4_PROTOCOL  *Udp4,
-  IN EFI_IPv4_ADDRESS   *StationIp,
-  IN EFI_IPv4_ADDRESS   *SubnetMask,
-  IN EFI_IPv4_ADDRESS   *Gateway,
-  IN OUT UINT16         *SrcPort
-  );
-VOID
-CvtNum (
-  IN UINTN  Number,
-  IN UINT8  *Buffer,
-  IN INTN   Length
-  );
-
-
-/**
-  GC_NOTO: Add function description
-
-  @param  Number     GC_NOTO: add argument description
-  @param  BufferPtr  GC_NOTO: add argument description
-
-  @return GC_NOTO: add return values
-
-**/
-UINTN
-UtoA10 (
-  UINTN Number,
-  CHAR8 *BufferPtr
-  )
-;
-
-
-/**
-  GC_NOTO: Add function description
-
-  @param  BufferPtr  GC_NOTO: add argument description
-
-  @return GC_NOTO: add return values
-
-**/
-UINT64
-AtoU64 (
-  UINT8 *BufferPtr
-  )
-;
-
-
-#endif
-
+/** @file\r
+\r
+Copyright (c) 2007 - 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
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+Module Name:\r
+\r
+  PxeBcSupport.h\r
+\r
+Abstract:\r
+\r
+  Support routines for PxeBc\r
+\r
+\r
+**/\r
+\r
+#ifndef __EFI_PXEBC_SUPPORT_H__\r
+#define __EFI_PXEBC_SUPPORT_H__\r
+\r
+EFI_STATUS\r
+GetSmbiosSystemGuidAndSerialNumber (\r
+  IN  EFI_GUID  *SystemGuid,\r
+  OUT CHAR8     **SystemSerialNumber\r
+  );\r
+\r
+\r
+/**\r
+  GC_NOTO: Add function description\r
+\r
+  @param  Event      GC_NOTO: add argument description\r
+  @param  Context    GC_NOTO: add argument description\r
+\r
+  @return GC_NOTO: add return values\r
+\r
+**/\r
+VOID\r
+PxeBcCommonNotify (\r
+  IN EFI_EVENT           Event,\r
+  IN VOID                *Context\r
+  )\r
+;\r
+\r
+EFI_STATUS\r
+PxeBcConfigureUdpWriteInstance (\r
+  IN EFI_UDP4_PROTOCOL  *Udp4,\r
+  IN EFI_IPv4_ADDRESS   *StationIp,\r
+  IN EFI_IPv4_ADDRESS   *SubnetMask,\r
+  IN EFI_IPv4_ADDRESS   *Gateway,\r
+  IN OUT UINT16         *SrcPort\r
+  );\r
+VOID\r
+CvtNum (\r
+  IN UINTN  Number,\r
+  IN UINT8  *Buffer,\r
+  IN INTN   Length\r
+  );\r
+\r
+\r
+/**\r
+  GC_NOTO: Add function description\r
+\r
+  @param  Number     GC_NOTO: add argument description\r
+  @param  BufferPtr  GC_NOTO: add argument description\r
+\r
+  @return GC_NOTO: add return values\r
+\r
+**/\r
+UINTN\r
+UtoA10 (\r
+  UINTN Number,\r
+  CHAR8 *BufferPtr\r
+  )\r
+;\r
+\r
+\r
+/**\r
+  GC_NOTO: Add function description\r
+\r
+  @param  BufferPtr  GC_NOTO: add argument description\r
+\r
+  @return GC_NOTO: add return values\r
+\r
+**/\r
+UINT64\r
+AtoU64 (\r
+  UINT8 *BufferPtr\r
+  )\r
+;\r
+\r
+\r
+#endif\r
+\r