Upload 2.0.2
[physicsfs] / lzma / C / Compress / Branch / BranchSPARC.h
1 /* BranchSPARC.h */
2
3 #ifndef __BRANCH_SPARC_H
4 #define __BRANCH_SPARC_H
5
6 #include "BranchTypes.h"
7
8 UInt32 SPARC_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);
9
10 #endif