Home
last modified time | relevance | path

Searched refs:LZ4F_MAGIC (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/lib/
H A Dlz4_wrapper.c26 #define LZ4F_MAGIC 0x184D2204 macro
81 if (le32_to_cpu(h->magic) != LZ4F_MAGIC || h->version != 1) in ulz4fn()