diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-31 05:53:03 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-31 05:53:03 +0000 |
commit | f7763aa493ec73f2f1352b4123da55d333b296dd (patch) | |
tree | 3986da55a83945e71b88b51d7dc0352bcd4e7951 /MdePkg/Include/IndustryStandard | |
parent | 242942b20fc1824583c7fa348ce7a947830c9453 (diff) | |
download | edk2-f7763aa493ec73f2f1352b4123da55d333b296dd.zip edk2-f7763aa493ec73f2f1352b4123da55d333b296dd.tar.gz edk2-f7763aa493ec73f2f1352b4123da55d333b296dd.tar.bz2 |
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.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/IndustryStandard/Sal.h b/MdePkg/Include/IndustryStandard/Sal.h index 32cfc1e..b792df6 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)
|