MdeModulePkg/CapsuleRuntimeDxe: Fix ECC issue

Add guard macro for new added header file.

Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Dandan Bi 2018-06-25 08:56:04 +08:00 committed by Star Zeng
parent 14923c1a6b
commit 4e8ee0a08e
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/** @file
/** @file
ARM implementation of architecture specific routines related to
PersistAcrossReset capsules

View File

@ -17,6 +17,9 @@
**/
#ifndef _CAPSULE_SERVICE_H_
#define _CAPSULE_SERVICE_H_
#include <Uefi.h>
#include <Protocol/Capsule.h>
@ -69,3 +72,5 @@ VOID
CapsuleCacheWriteBack (
IN EFI_PHYSICAL_ADDRESS ScatterGatherList
);
#endif