X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FFirmwareVolume%2FFwVolDxe%2FFwVolDriver.h;h=b14a488ead880612d420b9016ec284e91177d7b3;hp=3f637c16eab54758cfd3a4c5bcf720a797aebd01;hb=2331cab7d44f50d2ec4ed60ab5cc794131d7c0c2;hpb=4888d15e74628fd373605d5d853fa3b172aeadc3 diff --git a/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDriver.h b/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDriver.h index 3f637c16ea..b14a488ead 100644 --- a/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDriver.h +++ b/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDriver.h @@ -1,7 +1,7 @@ /** @file Common defines and definitions for a FwVolDxe driver. - Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -33,6 +33,7 @@ #include #include #include +#include #define FV_DEVICE_SIGNATURE SIGNATURE_32 ('_', 'F', 'V', '_') @@ -52,7 +53,7 @@ #define MAX_FILES 32 // -// Used to caculate from address -> Lba +// Used to calculate from address -> Lba // typedef struct { LIST_ENTRY Link; @@ -616,9 +617,9 @@ FvCreateMultipleFiles ( ); /** - Caculate the checksum for the FFS header. + Calculate the checksum for the FFS header. - @param FfsHeader FFS File Header which needs to caculate the checksum + @param FfsHeader FFS File Header which needs to calculate the checksum **/ VOID @@ -627,9 +628,9 @@ SetHeaderChecksum ( ); /** - Caculate the checksum for the FFS File. + Calculate the checksum for the FFS File. - @param FfsHeader FFS File Header which needs to caculate the checksum + @param FfsHeader FFS File Header which needs to calculate the checksum @param ActualFileSize The whole Ffs File Length. **/