allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / scripts / squashfs / lzma / C / 7zip / Compress / Branch / BranchARMThumb.h
blob032d94dac842a6d4fc22724389149ddc8883d767
1 // BranchARMThumb.h
3 #ifndef __BRANCH_ARM_THUMB_H
4 #define __BRANCH_ARM_THUMB_H
6 #include "Common/Types.h"
8 UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);
10 #endif