mirror of https://github.com/acidanthera/audk.git
De-Unicode
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6346 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
da06ac1c70
commit
5d51e4639b
|
@ -1,5 +1,5 @@
|
|||
/** @file
|
||||
Main PAL API's defined in Intel Itanium Architecture Software Developer’s Manual.
|
||||
Main PAL API's defined in Intel Itanium Architecture Software Developer's Manual.
|
||||
|
||||
Copyright (c) 2006 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
|
|
|
@ -344,8 +344,8 @@ typedef struct _SAL_UPDATE_PAL_INFO_BLOCK {
|
|||
#pragma pack(1)
|
||||
typedef struct {
|
||||
///
|
||||
/// The ASCII string representation of “SST_”, which confirms the presence of the table.
|
||||
///
|
||||
/// The ASCII string representation of "SST_" which confirms the presence of the table.
|
||||
///
|
||||
UINT32 Signature;
|
||||
///
|
||||
/// The length of the entire table in bytes, starting from offset zero and including the
|
||||
|
|
Loading…
Reference in New Issue