Remove the unknown characters.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8715 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4 2009-07-02 02:35:04 +00:00
parent f0d6194dfa
commit 55db3d4442
1 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ typedef enum {
/// ///
/// TableSize Size of data. /// TableSize Size of data.
/// ///
/// Location Location to place the table. 0x00 ?Either 0xE0000 or 0xF0000 64 KB blocks. /// Location Location to place the table. 0x00 or 0xE0000 or 0xF0000 64 KB blocks.
/// Bit 0 = 1 0xF0000 64 KB block. /// Bit 0 = 1 0xF0000 64 KB block.
/// Bit 1 = 1 0xE0000 64 KB block. /// Bit 1 = 1 0xE0000 64 KB block.
/// Multiple bits can be set. /// Multiple bits can be set.
@ -228,7 +228,7 @@ EfiGetPlatformBinaryOem32Data = 3,
/// ///
EfiGetPlatformBinaryTpmBinary = 4, EfiGetPlatformBinaryTpmBinary = 4,
/// ///
/// The mode finds the Compatibility16 “ROM?image. /// The mode finds the Compatibility16 Rom Image.
/// ///
/// The function parameters associated with this mode are: /// The function parameters associated with this mode are:
/// ///