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>
This commit is contained in:
Thomas Palmer 2017-08-04 15:28:17 -05:00 committed by Laszlo Ersek
parent ef3d1df77b
commit 8dccfa6d48
1 changed files with 3 additions and 2 deletions

View File

@ -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>