summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-01 15:02:11 +0100
committerLaszlo Ersek <lersek@redhat.com>2018-03-06 13:30:10 +0100
commitbd13ecf355bda1d6854514b5b3466ce58c346ead (patch)
tree2c5527331659d5fb023e6210785b64e904066d0a /OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c
parent68e60a388da60acac66d908eaa85615d66c52831 (diff)
downloadedk2-bd13ecf355bda1d6854514b5b3466ce58c346ead.tar.gz
edk2-bd13ecf355bda1d6854514b5b3466ce58c346ead.tar.bz2
edk2-bd13ecf355bda1d6854514b5b3466ce58c346ead.zip
OvmfPkg/MemEncryptSevLib: sort #includes, and entries in INF file sections
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Brijesh Singh <brijesh.singh@amd.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Brijesh Singh <brijesh.singh@amd.com> Reviewed-by: Brijesh Singh <brijesh.singh@amd.com>
Diffstat (limited to 'OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c')
-rw-r--r--OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c b/OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c
index 44c2c98a6a..7078ab0d3f 100644
--- a/OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c
+++ b/OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c
@@ -16,10 +16,10 @@
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
-#include <Register/Cpuid.h>
+#include <Library/MemEncryptSevLib.h>
#include <Register/Amd/Cpuid.h>
#include <Register/Amd/Msr.h>
-#include <Library/MemEncryptSevLib.h>
+#include <Register/Cpuid.h>
STATIC BOOLEAN mSevStatus = FALSE;
STATIC BOOLEAN mSevStatusChecked = FALSE;