diff options
author | hfang <hfang@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-19 07:00:28 +0000 |
---|---|---|
committer | hfang <hfang@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-19 07:00:28 +0000 |
commit | 8ca67c468bd7abb9acb58804006be3ce2a092a89 (patch) | |
tree | 4a9c370838a914fed7c6a572d137f42359b246ae /IntelFrameworkModulePkg | |
parent | c59634eab662fe4cc79a27827f9fc90f40f78523 (diff) | |
download | edk2-platforms-8ca67c468bd7abb9acb58804006be3ce2a092a89.tar.xz |
Update For Review
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7304 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
11 files changed, 15 insertions, 15 deletions
diff --git a/IntelFrameworkModulePkg/Include/Common/MaxBbsEntries.h b/IntelFrameworkModulePkg/Include/Common/MaxBbsEntries.h index 36cf3aaf97..6d9bb57a95 100644 --- a/IntelFrameworkModulePkg/Include/Common/MaxBbsEntries.h +++ b/IntelFrameworkModulePkg/Include/Common/MaxBbsEntries.h @@ -12,8 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#ifndef _MAX_BBS_ENTRIES_H
-#define _MAX_BBS_ENTRIES_H
+#ifndef _MAX_BBS_ENTRIES_H_
+#define _MAX_BBS_ENTRIES_H_
//
// BUGBUG: This entry maybe changed to PCD in future and wait for
diff --git a/IntelFrameworkModulePkg/Include/DebugInfo.h b/IntelFrameworkModulePkg/Include/DebugInfo.h index 2ca92bb148..3c2889090a 100644 --- a/IntelFrameworkModulePkg/Include/DebugInfo.h +++ b/IntelFrameworkModulePkg/Include/DebugInfo.h @@ -12,8 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#ifndef _MAX_BBS_ENTRIES_H
-#define _MAX_BBS_ENTRIES_H
+#ifndef _MAX_BBS_ENTRIES_H_
+#define _MAX_BBS_ENTRIES_H_
#pragma pack(1)
diff --git a/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h b/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h index 34c1fefe37..5e3e709fbc 100644 --- a/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h +++ b/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h @@ -1,4 +1,4 @@ -/**@file
+/** @file
GUID used to identify Data Hub records that originate from the Tiano
ReportStatusCode API.
diff --git a/IntelFrameworkModulePkg/Include/Guid/MemoryStatusCodeRecord.h b/IntelFrameworkModulePkg/Include/Guid/MemoryStatusCodeRecord.h index 7a6bd06d10..4f623b5de6 100644 --- a/IntelFrameworkModulePkg/Include/Guid/MemoryStatusCodeRecord.h +++ b/IntelFrameworkModulePkg/Include/Guid/MemoryStatusCodeRecord.h @@ -1,4 +1,4 @@ -/**@file
+/** @file
GUID used to identify status code records HOB that originate from the PEI status code
Copyright (c) 2006, Intel Corporation
diff --git a/IntelFrameworkModulePkg/Include/Guid/PciHotplugDevice.h b/IntelFrameworkModulePkg/Include/Guid/PciHotplugDevice.h index e2c6e7ae84..a5be56c39d 100644 --- a/IntelFrameworkModulePkg/Include/Guid/PciHotplugDevice.h +++ b/IntelFrameworkModulePkg/Include/Guid/PciHotplugDevice.h @@ -1,4 +1,4 @@ -/**@file
+/** @file
GUIDs used to indicate the device is Pccard hotplug device
Copyright (c) 2006, Intel Corporation
diff --git a/IntelFrameworkModulePkg/Include/Guid/PciOptionRomTable.h b/IntelFrameworkModulePkg/Include/Guid/PciOptionRomTable.h index 32ab10ac3d..09e4faa06d 100644 --- a/IntelFrameworkModulePkg/Include/Guid/PciOptionRomTable.h +++ b/IntelFrameworkModulePkg/Include/Guid/PciOptionRomTable.h @@ -1,4 +1,4 @@ -/**@file
+/** @file
GUID and data structure used to describe the list of PCI Option ROMs present in a system.
Copyright (c) 2006, Intel Corporation
diff --git a/IntelFrameworkModulePkg/Include/Protocol/IsaAcpi.h b/IntelFrameworkModulePkg/Include/Protocol/IsaAcpi.h index c609ca4d15..573d5a4a60 100644 --- a/IntelFrameworkModulePkg/Include/Protocol/IsaAcpi.h +++ b/IntelFrameworkModulePkg/Include/Protocol/IsaAcpi.h @@ -1,4 +1,4 @@ -/**@file
+/** @file
EFI ISA Acpi Protocol
Copyright (c) 2006 - 2007, Intel Corporation
diff --git a/IntelFrameworkModulePkg/Include/Protocol/IsaIo.h b/IntelFrameworkModulePkg/Include/Protocol/IsaIo.h index 4628710fef..ce7f615621 100644 --- a/IntelFrameworkModulePkg/Include/Protocol/IsaIo.h +++ b/IntelFrameworkModulePkg/Include/Protocol/IsaIo.h @@ -1,4 +1,4 @@ -/**@file
+/** @file
EFI ISA I/O Protocol
Copyright (c) 2006 - 2007, Intel Corporation
@@ -12,8 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#ifndef _EFI_ISA_IO_H
-#define _EFI_ISA_IO_H
+#ifndef _EFI_ISA_IO_H_
+#define _EFI_ISA_IO_H_
#include <Protocol/IsaAcpi.h>
diff --git a/IntelFrameworkModulePkg/Include/Protocol/PciHotPlugRequest.h b/IntelFrameworkModulePkg/Include/Protocol/PciHotPlugRequest.h index 17e5a65f8a..748ec103d6 100644 --- a/IntelFrameworkModulePkg/Include/Protocol/PciHotPlugRequest.h +++ b/IntelFrameworkModulePkg/Include/Protocol/PciHotPlugRequest.h @@ -1,4 +1,4 @@ -/**@file
+/** @file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
diff --git a/IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h b/IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h index 757d21f69f..e6d20a8d0d 100644 --- a/IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h +++ b/IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h @@ -1,4 +1,4 @@ -/**@file
+/** @file
Protocol used for PS/2 Policy definition.
Copyright (c) 2006 - 2007, Intel Corporation
diff --git a/IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h b/IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h index 714028993c..a76d4e2e5e 100644 --- a/IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h +++ b/IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h @@ -1,4 +1,4 @@ -/**@file
+/** @file
Vga Mini port binding for a VGA controller
Copyright (c) 2006 - 2007, Intel Corporation
|