Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
ef1b893c29d0dba778f67ad97b554b37f9108dcc
/
.
/
include
/
linux
/
decompress
/
unlz4.h
blob: d5b68bf3ec92ae2c4c1d7db106e1a557b0daa344 [
file
] [
log
] [
blame
]
#ifndef
DECOMPRESS_UNLZ4_H
#define
DECOMPRESS_UNLZ4_H
int
unlz4
(
unsigned
char
*
inbuf
,
int
len
,
int
(*
fill
)(
void
*,
unsigned
int
),
int
(*
flush
)(
void
*,
unsigned
int
),
unsigned
char
*
output
,
int
*
pos
,
void
(*
error
)(
char
*
x
));
#endif