summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/scripts/squashfs/lzma/C/7zip/Compress/Branch/BranchPPC.h
blob: 405efbb1e6171ad00592c088ba967751991711a3 (plain)
1
2
3
4
5
6
7
8
9
10
// BranchPPC.h

#ifndef __BRANCH_PPC_H
#define __BRANCH_PPC_H

#include "Common/Types.h"

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

#endif