summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/scripts/squashfs/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h
blob: 9a1a63a5f332936e0a4b91697c58b2c3b3d99bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
// LzmaBench.h

#ifndef __LzmaBench_h
#define __LzmaBench_h

#include <stdio.h>
#include "../../../Common/Types.h"

int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize, bool isBT4);

#endif