common: Move gzip functions into a new gzip header
As part of the effort to remove things from common.h, create a new header for the gzip functions. Move the function declarations to it and add missing documentation. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <command.h>
|
||||
#include <fpga.h>
|
||||
#include <fs.h>
|
||||
#include <gzip.h>
|
||||
#include <malloc.h>
|
||||
|
||||
static long do_fpga_get_device(char *arg)
|
||||
|
Reference in New Issue
Block a user