aboutsummaryrefslogtreecommitdiff
path: root/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchSPARC.h
diff options
context:
space:
mode:
Diffstat (limited to 'sp/src/utils/lzma/C/7zip/Compress/Branch/BranchSPARC.h')
-rw-r--r--sp/src/utils/lzma/C/7zip/Compress/Branch/BranchSPARC.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchSPARC.h b/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchSPARC.h
new file mode 100644
index 00000000..fbe9e673
--- /dev/null
+++ b/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchSPARC.h
@@ -0,0 +1,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