aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 12:57:25 -0700
committerTom Rini <trini@konsulko.com>2019-12-02 18:23:11 -0500
commit6c03f9e618f4a94900bdd5857117811e21ffb959 (patch)
treeaefbfc95146d87ee4c50775259fe8246d2cfab1c /include/common.h
parentb03e0510d769381ce3cda5a494889bfee5042c59 (diff)
downloadu-boot-6c03f9e618f4a94900bdd5857117811e21ffb959.zip
u-boot-6c03f9e618f4a94900bdd5857117811e21ffb959.tar.gz
u-boot-6c03f9e618f4a94900bdd5857117811e21ffb959.tar.bz2
common: Add a new lz4.h header file
Add a header file to house the lz4 compression function. Add a comment while we are here, since it not even clear from the name what the function actuall does. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index f433db1..1e77ed3 100644
--- a/include/common.h
+++ b/include/common.h
@@ -292,9 +292,6 @@ void wait_ticks (unsigned long);
ulong usec2ticks (unsigned long usec);
ulong ticks2usec (unsigned long ticks);
-/* lib/lz4_wrapper.c */
-int ulz4fn(const void *src, size_t srcn, void *dst, size_t *dstn);
-
/* lib/uuid.c */
#include <uuid.h>