X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fimagetool.h;h=ad2deb58dceae81e97884e0a19cf9c3541a78f6d;hb=850f788709cef8f7d53d571aec3bfb73b14c5531;hp=b7874f47cd228f0a6aaf93f9098979f36a7ca5ca;hpb=26e355d131a6b56ea78a156c1cee4f6ba0500b37;p=oweals%2Fu-boot.git diff --git a/tools/imagetool.h b/tools/imagetool.h index b7874f47cd..ad2deb58dc 100644 --- a/tools/imagetool.h +++ b/tools/imagetool.h @@ -59,6 +59,8 @@ struct image_tool_params { const char *keydest; /* Destination .dtb for public key */ const char *comment; /* Comment to add to signature node */ int require_keys; /* 1 to mark signing keys as 'required' */ + int file_size; /* Total size of output file */ + int orig_file_size; /* Original size for file before padding */ }; /*