commit | e1aba1e6f219252a20e3aa941f861698f8138097 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:25 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:11 2019 -0500 |
tree | aefbfc95146d87ee4c50775259fe8246d2cfab1c | |
parent | 36736182a862af373152f3a382ca20a26dd09bd0 [diff] |
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>