summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include/Ppi
diff options
context:
space:
mode:
authorbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-04 12:13:24 +0000
committerbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-04 12:13:24 +0000
commit694b922c0b238c7e358bd48ddbd835fd48a29f33 (patch)
tree2220401db85d5cfc4e0b24b1195501adccbe45b9 /IntelFrameworkPkg/Include/Ppi
parent297ce0faf35e99caac824858cf4a238fbc7f8c83 (diff)
downloadedk2-694b922c0b238c7e358bd48ddbd835fd48a29f33.tar.gz
edk2-694b922c0b238c7e358bd48ddbd835fd48a29f33.tar.bz2
edk2-694b922c0b238c7e358bd48ddbd835fd48a29f33.zip
Corrected uses of IntelFrameworkPkg header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3051 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Ppi')
-rw-r--r--IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h6
-rw-r--r--IntelFrameworkPkg/Include/Ppi/FindFv.h26
2 files changed, 18 insertions, 14 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h b/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
index a622381274..88a9ec57a2 100644
--- a/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
+++ b/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
@@ -18,8 +18,10 @@
**/
-#ifndef _PEI_BOOT_SCRIPT_EXECUTER_PPI_H
-#define _PEI_BOOT_SCRIPT_EXECUTER_PPI_H
+#ifndef _PEI_BOOT_SCRIPT_EXECUTER_PPI_H_
+#define _PEI_BOOT_SCRIPT_EXECUTER_PPI_H_
+
+#include <FrameworkPei.h>
#define EFI_ACPI_S3_RESUME_SCRIPT_TABLE 0x00
diff --git a/IntelFrameworkPkg/Include/Ppi/FindFv.h b/IntelFrameworkPkg/Include/Ppi/FindFv.h
index 9a3e173742..218ec94aee 100644
--- a/IntelFrameworkPkg/Include/Ppi/FindFv.h
+++ b/IntelFrameworkPkg/Include/Ppi/FindFv.h
@@ -1,14 +1,14 @@
/** @file
This file declares FindFv PPI used to locate FVs that contain PEIMs in PEI
- Copyright (c) 2006, 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
+ Copyright (c) 2007, 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.
+ 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: FindFv.h
@@ -18,8 +18,10 @@
**/
-#ifndef __FIND_FV_H__
-#define __FIND_FV_H__
+#ifndef _FIND_FV_H_
+#define _FIND_FV_H_
+
+#include <FrameworkPei.h>
#define EFI_PEI_FIND_FV_PPI_GUID \
{ \
@@ -29,8 +31,8 @@
typedef struct _EFI_PEI_FIND_FV_PPI EFI_PEI_FIND_FV_PPI;
/**
- This interface returns the base address of the firmware volume whose index
- was passed in FvNumber.Once this function reports a firmware volume
+ This interface returns the base address of the firmware volume whose index
+ was passed in FvNumber.Once this function reports a firmware volume
index/base address pair, that index/address pairing must continue throughout PEI.
@param PeiServices Pointer to the PEI Services Table.
@@ -55,7 +57,7 @@ EFI_STATUS
/**
@par Ppi Description:
Hardware mechanisms for locating FVs in a platform vary widely.
- EFI_PEI_FIND_FV_PPI serves to abstract this variation so that the
+ EFI_PEI_FIND_FV_PPI serves to abstract this variation so that the
PEI Foundation can remain standard across a wide variety of platforms.
@param FindFv