mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 08:34:07 +02:00
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:
parent
ef3d1df77b
commit
8dccfa6d48
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
|
||||||
Copyright (c) 2017, AMD Inc. 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
|
This program and the accompanying materials are licensed and made available
|
||||||
under the terms and conditions of the BSD License which accompanies this
|
under the terms and conditions of the BSD License which accompanies this
|
||||||
distribution. The full text of the license may be found at
|
distribution. The full text of the license may be found at
|
||||||
@ -17,8 +18,8 @@
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __AMD_SEV_IOMMU_H_
|
#ifndef _AMD_SEV_IOMMU_H_
|
||||||
#define __AMD_SEV_IOMMU_H
|
#define _AMD_SEV_IOMMU_H_
|
||||||
|
|
||||||
#include <Protocol/IoMmu.h>
|
#include <Protocol/IoMmu.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user