]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/GenVtf/GenVtf.h
Sync tool code to BuildTools project r1739.
[mirror_edk2.git] / BaseTools / Source / C / GenVtf / GenVtf.h
index eab14f3aa602affdd39cd3922d3c6aa88af1d196..012ebb672a37d1b8e67624ec344b2ef6e6113d0a 100644 (file)
@@ -205,7 +205,8 @@ EFI_STATUS
 UpdateSymFile (\r
   IN UINT64 BaseAddress,\r
   IN CHAR8  *DestFileName,\r
-  IN CHAR8  *SourceFileName\r
+  IN CHAR8  *SourceFileName,\r
+  IN UINT64 FileSize\r
   )\r
 /*++\r
 \r
@@ -219,6 +220,7 @@ Arguments:
   BaseAddress    - The base address for the new SYM tokens.\r
   DestFileName   - The destination file.\r
   SourceFileName - The source file.\r
+  FileSize       - Size of bin file.\r
 \r
 Returns:\r
 \r