aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_dom_decompress.h
blob: 42cefa3f0e2c86fb535b0b7cc4f358467ae68f8b (plain)
1
2
3
4
5
6
7
8
#ifndef __MINIOS__
# include "xc_dom.h"
#else
# include "xc_dom_decompress_unsafe.h"
#endif

int xc_try_lz4_decode(struct xc_dom_image *dom, void **blob, size_t *size);