diff options
Diffstat (limited to 'fs/jffs2/histo.h')
-rw-r--r-- | fs/jffs2/histo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/jffs2/histo.h b/fs/jffs2/histo.h new file mode 100644 index 00000000000..84f184f0836 --- /dev/null +++ b/fs/jffs2/histo.h @@ -0,0 +1,3 @@ +/* This file provides the bit-probabilities for the input file */ +#define BIT_DIVIDER 629 +static int bits[9] = { 179,167,183,165,159,198,178,119,}; /* ia32 .so files */ |