mirror of https://github.com/acidanthera/audk.git
Update For Review
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7304 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c59634eab6
commit
8ca67c468b
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/**@file
|
||||
/** @file
|
||||
GUID used to identify Data Hub records that originate from the Tiano
|
||||
ReportStatusCode API.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/**@file
|
||||
/** @file
|
||||
GUIDs used to indicate the device is Pccard hotplug device
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/**@file
|
||||
/** @file
|
||||
EFI ISA Acpi Protocol
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/**@file
|
||||
/** @file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/**@file
|
||||
/** @file
|
||||
Protocol used for PS/2 Policy definition.
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/**@file
|
||||
/** @file
|
||||
Vga Mini port binding for a VGA controller
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
|
|
Loading…
Reference in New Issue