diff options
Diffstat (limited to 'sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h')
| -rw-r--r-- | sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h b/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h new file mode 100644 index 00000000..c02bba19 --- /dev/null +++ b/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h @@ -0,0 +1,10 @@ +// BranchPPC.h + +#ifndef __BRANCH_PPC_H +#define __BRANCH_PPC_H + +#include "BranchTypes.h" + +UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding); + +#endif |