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

#ifndef __BRANCH_ARM_THUMB_H
#define __BRANCH_ARM_THUMB_H

#include "BranchTypes.h"

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

#endif