BCM WL 6.30.102.9 (r366174)
[tomato.git] / release / src-rt / linux / linux-2.6 / scripts / squashfs / lzma / C / 7zip / Compress / LZMA_Alone / LzmaBench.h
blob9a1a63a5f332936e0a4b91697c58b2c3b3d99bdb
1 // LzmaBench.h
3 #ifndef __LzmaBench_h
4 #define __LzmaBench_h
6 #include <stdio.h>
7 #include "../../../Common/Types.h"
9 int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize, bool isBT4);
11 #endif