#include int main(void) { lzma_stream strm = LZMA_STREAM_INIT; int ret; ret = lzma_stream_decoder(&strm, UINT64_MAX, LZMA_CONCATENATED); return ret ? -1 : 0; } rel='alternate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/sound/pci/asihpi/hpioctl.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
bddb2afcb6c52a545f18fb9bcd4829828ebf4a3a&id2=228c8c6b1f4376788e9d5ab00d50b10228eb40d3'>dso.h
diff options
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/dso.h')