X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fimagetool.h;h=ad2deb58dceae81e97884e0a19cf9c3541a78f6d;hb=2cb11b35e8b2b21a00b5d1c1c76404cb65d1ceb9;hp=3e15b4e22b9a0086c57d3bb6c61a2abe35838a31;hpb=b9cb64825b5e6efeb715abd8b48d9b12f98973e9;p=oweals%2Fu-boot.git diff --git a/tools/imagetool.h b/tools/imagetool.h index 3e15b4e22b..ad2deb58dc 100644 --- a/tools/imagetool.h +++ b/tools/imagetool.h @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include @@ -58,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 */ }; /*