common: Add a new lz4.h header file
authorSimon Glass <sjg@chromium.org>
Thu, 14 Nov 2019 19:57:25 +0000 (12:57 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 2 Dec 2019 23:23:11 +0000 (18:23 -0500)
commit6c03f9e618f4a94900bdd5857117811e21ffb959
treeaefbfc95146d87ee4c50775259fe8246d2cfab1c
parentb03e0510d769381ce3cda5a494889bfee5042c59
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>
common/image.c
include/common.h
include/lz4.h [new file with mode: 0644]
lib/lz4_wrapper.c
test/compression.c