diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-05-27 03:24:01 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-05-27 03:24:01 +0000 |
commit | ac644614683362804223844048c5be1a2adfa6b7 (patch) | |
tree | de6dd02cb7d5c663e368665c33218a09c93d84ed /MdePkg/Include/Library/PalCallLib.h | |
parent | b233cbe5cc832b56c25cc95a33684de68976961b (diff) | |
download | edk2-platforms-ac644614683362804223844048c5be1a2adfa6b7.tar.xz |
De-unicode in comment for all source files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5302 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/PalCallLib.h')
-rw-r--r-- | MdePkg/Include/Library/PalCallLib.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Library/PalCallLib.h b/MdePkg/Include/Library/PalCallLib.h index e0004c38ac..c0b06e4b3f 100644 --- a/MdePkg/Include/Library/PalCallLib.h +++ b/MdePkg/Include/Library/PalCallLib.h @@ -1069,7 +1069,7 @@ typedef struct { PAL Procedure - PAL_FIXED_ADDR.
- Return the fixed component of a processorĄ¯s directed address.
+ Return the fixed component of a processor's directed address.
It is required by IPF. It is required by IPF. The PAL
procedure supports the Static Registers calling convention. It
could be called at physical mode and virtual mode.
@@ -3239,7 +3239,7 @@ typedef struct { /**
@param Mode Bit2:0, Indicates the mode of operation for this
- procedure: 0 - Query mode 1 ¨C Error inject mode
+ procedure: 0 - Query mode 1 - Error inject mode
(err_inj should also be specified) 2 - Cancel
outstanding trigger. All other fields in
PAL_MC_ERROR_TYPE_INFO,
@@ -3409,7 +3409,7 @@ typedef struct { /**
- Buffer Pointed to by err_data_buffer ¨C TLB
+ Buffer Pointed to by err_data_buffer - TLB
**/
typedef struct {
@@ -3865,7 +3865,7 @@ typedef struct { when transitioning to virtual mode
operations.
- @return R9 Virtualization Service Address ¨C VSA specifies
+ @return R9 Virtualization Service Address - VSA specifies
the virtual base address of the PAL
virtualization services in this virtual
environment.
@@ -4037,7 +4037,7 @@ typedef struct { as required or optional. If a PAL procedure is specified as optional, a unique return
code of 0xFFFFFFFFFFFFFFFF is returned in the Status field of the PAL_CALL_RETURN structure.
This indicates that the procedure is not present in this PAL implementation. It is the
- callerĄ¯s responsibility to check for this return code after calling any optional PAL
+ caller's responsibility to check for this return code after calling any optional PAL
procedure. No parameter checking is performed on the 4 input parameters, but there are
some common rules that the caller should follow when making a PAL call. Any address
passed to PAL as buffers for return parameters must be 8-byte aligned. Unaligned addresses
|