aboutsummaryrefslogtreecommitdiff
path: root/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchSPARC.h
blob: fbe9e67326c9937e915f5f8c128fd5cff5d19700 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// BranchSPARC.h

#ifndef __BRANCH_SPARC_H
#define __BRANCH_SPARC_H

#include "BranchTypes.h"

UInt32 SPARC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);

#endif