]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h
Modified header files to make them compile
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / ReadOnlyVariable.h
index ee00e14147a6ec24881d4af527a6ef7c68ad3ee4..7c1c65470d8e8fd36aff7437a854b2ec06ffbcd0 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   This file declares Read-only Variable Service PPI\r
 \r
-  Copyright (c) 2006, 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
+  Copyright (c) 2006, 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
+  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:  ReadOnlyVariable.h\r
 \r
@@ -21,6 +21,8 @@
 #ifndef __PEI_READ_ONLY_VARIABLE_PPI_H__\r
 #define __PEI_READ_ONLY_VARIABLE_PPI_H__\r
 \r
+#include <PiPei.h>\r
+\r
 #define EFI_PEI_READ_ONLY_VARIABLE_ACCESS_PPI_GUID \\r
   { \\r
     0x3cdc90c6, 0x13fb, 0x4a75, {0x9e, 0x79, 0x59, 0xe9, 0xdd, 0x78, 0xb9, 0xfa } \\r
@@ -67,10 +69,10 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  This function can be called multiple times to retrieve the VariableName \r
-  and VendorGuid of all variables currently available in the system. On each call \r
-  to GetNextVariableName() the previous results are passed into the interface, \r
-  and on output the interface returns the next variable name data.  When the \r
+  This function can be called multiple times to retrieve the VariableName\r
+  and VendorGuid of all variables currently available in the system. On each call\r
+  to GetNextVariableName() the previous results are passed into the interface,\r
+  and on output the interface returns the next variable name data.  When the\r
   entire variable list has been returned, the error EFI_NOT_FOUND is returned.\r
 \r
   @param  PeiServices      An indirect pointer to the PEI Services Table published by the PEI Foundation.\r
@@ -100,8 +102,8 @@ EFI_STATUS
 \r
 /**\r
   @par Ppi Description:\r
-  This PPI provides a lightweight, read-only variant of the full EFI \r
-  variable services. \r
+  This PPI provides a lightweight, read-only variant of the full EFI\r
+  variable services.\r
 \r
   @param GetVariable\r
   A service to ascertain a given variable name.\r