]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Include/Library/EmuMagicPageLib.h
EmulatorPkg: formalize line endings
[mirror_edk2.git] / EmulatorPkg / Include / Library / EmuMagicPageLib.h
index e0c339a3b8abf38dd8943b3fa2dda26e15b20c5c..edae364b06af52ea5e42bc5d6f928db2b7972d4a 100644 (file)
@@ -1,38 +1,38 @@
-/*++ @file
-The PCD, gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage, points to a magic page
-of memory that is like SRAM on an embedded system. This file defines what goes
-where in the magic page.
-
-Copyright (c) 2011, Apple Inc. All rights reserved.<BR>
-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.
-
-**/
-
-#ifndef __EMU_MAGIC_PAGE_LIB_H__
-#define __EMU_MAGIC_PAGE_LIB_H__
-
-#include <PiPei.h>
-#include <Library/PcdLib.h>
-#include <Protocol/EmuThunk.h>
-
-typedef struct {
-  // Used by PEI Core and PEIMs to store the PEI Services pointer.
-  // Privilege issues prevent using the PI mechanism in the emulator.
-  CONST EFI_PEI_SERVICES **PeiServicesTablePointer;
-
-  // Used by SecPeiServicesLib
-  EFI_PEI_PPI_DESCRIPTOR  *PpiList;
-
-  // Needed by PEI PEI PeCoffLoaderExtraActionLib
-  EMU_THUNK_PROTOCOL   *Thunk;
-} EMU_MAGIC_PAGE_LAYOUT;
-
-#define EMU_MAGIC_PAGE() ((EMU_MAGIC_PAGE_LAYOUT *)((UINTN)PcdGet64 (PcdPeiServicesTablePage)))
-
-#endif
+/*++ @file\r
+The PCD, gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage, points to a magic page\r
+of memory that is like SRAM on an embedded system. This file defines what goes\r
+where in the magic page.\r
+\r
+Copyright (c) 2011, Apple Inc. All rights reserved.<BR>\r
+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
+**/\r
+\r
+#ifndef __EMU_MAGIC_PAGE_LIB_H__\r
+#define __EMU_MAGIC_PAGE_LIB_H__\r
+\r
+#include <PiPei.h>\r
+#include <Library/PcdLib.h>\r
+#include <Protocol/EmuThunk.h>\r
+\r
+typedef struct {\r
+  // Used by PEI Core and PEIMs to store the PEI Services pointer.\r
+  // Privilege issues prevent using the PI mechanism in the emulator.\r
+  CONST EFI_PEI_SERVICES **PeiServicesTablePointer;\r
+\r
+  // Used by SecPeiServicesLib\r
+  EFI_PEI_PPI_DESCRIPTOR  *PpiList;\r
+\r
+  // Needed by PEI PEI PeCoffLoaderExtraActionLib\r
+  EMU_THUNK_PROTOCOL   *Thunk;\r
+} EMU_MAGIC_PAGE_LAYOUT;\r
+\r
+#define EMU_MAGIC_PAGE() ((EMU_MAGIC_PAGE_LAYOUT *)((UINTN)PcdGet64 (PcdPeiServicesTablePage)))\r
+\r
+#endif\r