summaryrefslogtreecommitdiffstats
path: root/FmpDevicePkg/Include/Library/FmpDependencyLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'FmpDevicePkg/Include/Library/FmpDependencyLib.h')
-rw-r--r--FmpDevicePkg/Include/Library/FmpDependencyLib.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/FmpDevicePkg/Include/Library/FmpDependencyLib.h b/FmpDevicePkg/Include/Library/FmpDependencyLib.h
index f4013484a2..a1f577272b 100644
--- a/FmpDevicePkg/Include/Library/FmpDependencyLib.h
+++ b/FmpDevicePkg/Include/Library/FmpDependencyLib.h
@@ -19,8 +19,8 @@
// Data struct to store FMP ImageType and version for dependency check.
//
typedef struct {
- EFI_GUID ImageTypeId;
- UINT32 Version;
+ EFI_GUID ImageTypeId;
+ UINT32 Version;
} FMP_DEPEX_CHECK_VERSION_DATA;
/**
@@ -61,13 +61,13 @@ ValidateDependency (
@retval Null
**/
-EFI_FIRMWARE_IMAGE_DEP*
+EFI_FIRMWARE_IMAGE_DEP *
EFIAPI
GetImageDependency (
- IN EFI_FIRMWARE_IMAGE_AUTHENTICATION *Image,
- IN UINTN ImageSize,
- OUT UINT32 *DepexSize,
- OUT UINT32 *LastAttemptStatus OPTIONAL
+ IN EFI_FIRMWARE_IMAGE_AUTHENTICATION *Image,
+ IN UINTN ImageSize,
+ OUT UINT32 *DepexSize,
+ OUT UINT32 *LastAttemptStatus OPTIONAL
);
/**