summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/IoMmuDxe
diff options
context:
space:
mode:
authorThomas Palmer <thomas.palmer@hpe.com>2017-08-04 15:28:17 -0500
committerLaszlo Ersek <lersek@redhat.com>2017-08-05 01:20:01 +0200
commit8dccfa6d480765a60263bbe34947df8dbedb9e1d (patch)
tree02d0c79613426acaf52ae1e72f8957262a41385e /OvmfPkg/IoMmuDxe
parentef3d1df77bbd5227c76306e5c64c66d82805bbd9 (diff)
downloadedk2-8dccfa6d480765a60263bbe34947df8dbedb9e1d.tar.gz
edk2-8dccfa6d480765a60263bbe34947df8dbedb9e1d.tar.bz2
edk2-8dccfa6d480765a60263bbe34947df8dbedb9e1d.zip
OvmfPkg/IoMmuDxe: Fix header guard macro
Correct the header guard macro Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Palmer <thomas.palmer@hpe.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/IoMmuDxe')
-rw-r--r--OvmfPkg/IoMmuDxe/AmdSevIoMmu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h b/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h
index 8b3962a8c3..0732029682 100644
--- a/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h
+++ b/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h
@@ -7,6 +7,7 @@
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2017, AMD Inc. All rights reserved.<BR>
+ (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials are licensed and made available
under the terms and conditions of the BSD License which accompanies this
distribution. The full text of the license may be found at
@@ -17,8 +18,8 @@
**/
-#ifndef __AMD_SEV_IOMMU_H_
-#define __AMD_SEV_IOMMU_H
+#ifndef _AMD_SEV_IOMMU_H_
+#define _AMD_SEV_IOMMU_H_
#include <Protocol/IoMmu.h>