summaryrefslogtreecommitdiff
path: root/util/cbfstool/cbfs.h
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2016-05-23 08:44:46 -0700
committerMartin Roth <martinroth@google.com>2016-05-26 23:51:08 +0200
commit1ac194e14a90563635b0a0a6a82ada87dcb8dbde (patch)
tree8954f76e318ecdd56af97d464dc404447288d14f /util/cbfstool/cbfs.h
parentc4ea8f7d3fb56b43482b8abd8405280f50d98864 (diff)
downloadcoreboot-1ac194e14a90563635b0a0a6a82ada87dcb8dbde.tar.xz
cbfstool: Move cbfs_file_get_header to fit.c
Since fit.c is the only caller of this function move it out of common.c and into fit.c. Change-Id: I64cc31a6d89ee425c5b07745ea5ca9437e2f3fcf Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/14949 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'util/cbfstool/cbfs.h')
-rw-r--r--util/cbfstool/cbfs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/cbfstool/cbfs.h b/util/cbfstool/cbfs.h
index 641c6a141f..36b9fc0f87 100644
--- a/util/cbfstool/cbfs.h
+++ b/util/cbfstool/cbfs.h
@@ -254,9 +254,6 @@ static size_t widths_cbfs_hash[] unused = {
uint32_t get_cbfs_entry_type(const char *name, uint32_t default_value);
uint32_t get_cbfs_compression(const char *name, uint32_t unknown);
-/* common.c */
-void cbfs_file_get_header(struct buffer *buf, struct cbfs_file *file);
-
/* cbfs-mkpayload.c */
void xdr_segs(struct buffer *output,
struct cbfs_payload_segment *segs, int nseg);