diff options
Diffstat (limited to 'util/cbfstool/common.h')
-rw-r--r-- | util/cbfstool/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/cbfstool/common.h b/util/cbfstool/common.h index 296ab2dd05..7ef50c41e1 100644 --- a/util/cbfstool/common.h +++ b/util/cbfstool/common.h @@ -64,9 +64,10 @@ void *create_cbfs_file(const char *filename, void *data, uint32_t * datasize, uint32_t type, uint32_t * location); int create_cbfs_image(const char *romfile, uint32_t romsize, - const char *bootblock, uint32_t align); + const char *bootblock, uint32_t align, uint32_t offs); int add_file_to_cbfs(void *content, uint32_t contentsize, uint32_t location); +int remove_file_from_cbfs(const char *filename); void print_cbfs_directory(const char *filename); int extract_file_from_cbfs(const char *filename, const char *payloadname, const char *outpath); int remove_file_from_cbfs(const char *filename); |