summaryrefslogtreecommitdiff
path: root/util/cbfstool/fit.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/cbfstool/fit.h')
-rw-r--r--util/cbfstool/fit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/cbfstool/fit.h b/util/cbfstool/fit.h
index d900cf51d4..a0c956cac5 100644
--- a/util/cbfstool/fit.h
+++ b/util/cbfstool/fit.h
@@ -57,5 +57,6 @@ int fit_add_microcode_file(struct fit_table *fit,
const char *blob_name,
fit_offset_converter_t offset_helper,
const size_t max_fit_entries);
-
+int set_fit_pointer(struct buffer *bootblock, const uint32_t offset,
+ fit_offset_converter_t offset_fn, uint32_t topswap_size);
#endif