Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_msm8996
/
1b95ce8fc9c12fdb60047f2f9950f29e76e7c66d
/
.
/
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