aboutsummaryrefslogtreecommitdiff
path: root/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h
blob: c02bba1986fb8e79cd8a878efa3c08f2d0dde78f (plain) (blame)
1
2
3
4
5
6
7
8
9
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