Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BranchARMThumb.h « Branch « Compress « C - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d67e6e5af38beff44288e3cc1e21b9053795000a (plain)
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