X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FSample%2FTools%2FSource%2FProcessDsc%2FFWVolume.h;fp=EdkCompatibilityPkg%2FSample%2FTools%2FSource%2FProcessDsc%2FFWVolume.h;h=f42f97777e9243aa9337353ed4d271d8bbda3ff2;hp=4a7af36e73f5623cc9f2db9ea3a2223d5a6ea9a2;hb=e00e1d46940a267d6fbe92be4ed2e547b4e946dc;hpb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/FWVolume.h b/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/FWVolume.h index 4a7af36e73..f42f97777e 100644 --- a/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/FWVolume.h +++ b/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/FWVolume.h @@ -31,13 +31,11 @@ Abstract: void CFVConstructor ( VOID - ) -; + ); void CFVDestructor ( VOID - ) -; + ); int CFVAddFVFile ( @@ -50,27 +48,23 @@ CFVAddFVFile ( char *Apriori, char *BaseName, char *Guid - ) -; + ); int CFVSetXRefFileName ( char *FileName - ) -; + ); int CFVWriteInfFiles ( DSC_FILE *DSC, FILE *MakeFptr - ) -; + ); int NonFFSFVWriteInfFiles ( DSC_FILE *DSC, char *FileName - ) -; + ); #endif // ifndef _FW_VOLUME_H_