mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
fixed one typo in comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9144 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5e33ee9452
commit
a3ebc85ede
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
This file declares PlatfromOpRom protocols which provides the interface between
|
This file declares PlatfromOpRom protocols which provides the interface between
|
||||||
the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific
|
the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific
|
||||||
driver to describe the unique features of a platform. This
|
driver to describe the unique features of a platform.
|
||||||
protocol is optional.
|
This protocol is optional.
|
||||||
|
|
||||||
Copyright (c) 2007 - 2009, Intel Corporation
|
Copyright (c) 2007 - 2009, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
@ -42,7 +42,7 @@
|
|||||||
typedef struct _EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_PLATFORM_PROTOCOL;
|
typedef struct _EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_PLATFORM_PROTOCOL;
|
||||||
|
|
||||||
///
|
///
|
||||||
/// EFI_PCI_PLATYFORM_POLICY that is a bitmask with the following legal combinations:
|
/// EFI_PCI_PLATFORM_POLICY that is a bitmask with the following legal combinations:
|
||||||
/// - EFI_RESERVE_NONE_IO_ALIAS:<BR>
|
/// - EFI_RESERVE_NONE_IO_ALIAS:<BR>
|
||||||
/// Does not set aside either ISA or VGA I/O resources during PCI
|
/// Does not set aside either ISA or VGA I/O resources during PCI
|
||||||
/// enumeration. By using this selection, the platform indicates that it does
|
/// enumeration. By using this selection, the platform indicates that it does
|
||||||
|
Loading…
x
Reference in New Issue
Block a user