diff options
author | Star Zeng <star.zeng@intel.com> | 2016-08-17 16:51:55 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-09-05 18:15:46 +0800 |
commit | 3a03e95edaa617625feaf575f58a24d2add990ba (patch) | |
tree | 4164df64ef8340530ab40dfb51c61f1a7bacdab9 /MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h | |
parent | ed14533cbc707fee850fd2c69ae5ce0f0d4a2f34 (diff) | |
download | edk2-platforms-3a03e95edaa617625feaf575f58a24d2add990ba.tar.xz |
MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spaces
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Amy Chan <amy.chan@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h')
-rw-r--r-- | MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h b/MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h index e540278483..9b150480db 100644 --- a/MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h +++ b/MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h @@ -1,7 +1,7 @@ /** @file
- Support for S3 boot script lib. This file defined some internal macro and internal
+ Support for S3 boot script lib. This file defined some internal macro and internal
data structure
-
+
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
@@ -50,7 +50,7 @@ #define PCI_ADDRESS_ENCODE(A) (UINTN)PCI_LIB_ADDRESS( \
((((UINTN)(A))& 0xff000000) >> 24), ((((UINTN)(A)) &0x00ff0000) >> 16), ((((UINTN)(A)) & 0xff00) >> 8), ((RShiftU64 ((A), 32) & 0xfff) | ((A)& 0xff)) \
)
-
+
typedef union {
@@ -73,8 +73,8 @@ typedef union { //
typedef struct {
UINT8 *TableBase;
- UINT32 TableLength; // Record the actual memory length
- UINT16 TableMemoryPageNumber; // Record the page number Allocated for the table
+ UINT32 TableLength; // Record the actual memory length
+ UINT16 TableMemoryPageNumber; // Record the page number Allocated for the table
BOOLEAN InSmm; // Record if this library is in SMM.
BOOLEAN AtRuntime; // Record if current state is after SmmExitBootServices or SmmLegacyBoot.
UINT32 BootTimeScriptLength; // Maintain boot time script length in LockBox after SmmReadyToLock in SMM.
|