X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fimagetool.h;h=ad2deb58dceae81e97884e0a19cf9c3541a78f6d;hb=9d313618866de521786b219e61dadcce73a46d84;hp=3e15b4e22b9a0086c57d3bb6c61a2abe35838a31;hpb=9ec84f103b3f3e770043b06042e5d2d6f2339e39;p=u-boot 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 */ }; /*