aboutsummaryrefslogtreecommitdiff
path: root/cmd/license.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 09:46:36 -0600
committerTom Rini <trini@konsulko.com>2019-08-11 16:43:41 -0400
commit0c670fc1481d2296f1f5837ea5c15cfbdaed710c (patch)
tree8ef8e9be714983218248ee61ea2d33ccc828a146 /cmd/license.c
parent0d6c7c60ea17c2323c1f78dbc71343d537dd33e3 (diff)
downloadu-boot-0c670fc1481d2296f1f5837ea5c15cfbdaed710c.zip
u-boot-0c670fc1481d2296f1f5837ea5c15cfbdaed710c.tar.gz
u-boot-0c670fc1481d2296f1f5837ea5c15cfbdaed710c.tar.bz2
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>
Diffstat (limited to 'cmd/license.c')
-rw-r--r--cmd/license.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/license.c b/cmd/license.c
index 1c0794f..c5b04c3 100644
--- a/cmd/license.c
+++ b/cmd/license.c
@@ -6,6 +6,7 @@
#include <common.h>
#include <command.h>
+#include <gzip.h>
#include <malloc.h>
#include "license_data_gz.h"