summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-31 05:53:03 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-31 05:53:03 +0000
commitf7763aa493ec73f2f1352b4123da55d333b296dd (patch)
tree3986da55a83945e71b88b51d7dc0352bcd4e7951 /MdePkg/Include/IndustryStandard
parent242942b20fc1824583c7fa348ce7a947830c9453 (diff)
downloadedk2-platforms-f7763aa493ec73f2f1352b4123da55d333b296dd.tar.xz
De-Unicode
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6348 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard')
-rw-r--r--MdePkg/Include/IndustryStandard/Sal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/IndustryStandard/Sal.h b/MdePkg/Include/IndustryStandard/Sal.h
index 32cfc1ec05..b792df6f6e 100644
--- a/MdePkg/Include/IndustryStandard/Sal.h
+++ b/MdePkg/Include/IndustryStandard/Sal.h
@@ -90,10 +90,10 @@ typedef struct {
@param Arg0 Functional identifier.
The upper 32 bits are ignored and only the lower 32 bits
are used. The following functional identifiers are defined:
- 0x01XXXXXX – Architected SAL functional group.
- 0x02XXXXXX to 0x03XXXXXX – OEM SAL functional group. Each OEM is
+ 0x01XXXXXX - Architected SAL functional group.
+ 0x02XXXXXX to 0x03XXXXXX - OEM SAL functional group. Each OEM is
allowed to use the entire range in the 0x02XXXXXX to 0x03XXXXXX range.
- 0x04XXXXXX to 0xFFFFFFFF – Reserved.
+ 0x04XXXXXX to 0xFFFFFFFF - Reserved.
@param Arg1 The first parameter of the architected/OEM specific SAL functions.
@param Arg2 The second parameter of the architected/OEM specific SAL functions.
@param Arg3 The third parameter passed to the ESAL function based
@@ -303,7 +303,7 @@ typedef struct {
// Parameter and return value of EFI_SAL_UPDATE_PAL
//
// Return parameter provides additional information on the
-// failure when the status field contains a value of –3,
+// failure when the status field contains a value of -3,
// returned in r9.
//
#define EFI_SAL_UPDATE_BAD_PAL_VERSION ((UINT64) -1)