aboutsummaryrefslogtreecommitdiff
path: root/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchARM.h
blob: 02eb1b4777dbba4089204c10f90124241ab8ecc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// BranchARM.h

#ifndef __BRANCH_ARM_H
#define __BRANCH_ARM_H

#include "BranchTypes.h"

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

#endif