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

BranchARMThumb.h « Branch « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f177b6cc3b6fdcaaf0c488ac3bb5e9fc0e00d18 (plain)
1
2
3
4
5
6
7
8
9
10
// BranchARMThumb.h

#ifndef __BRANCH_ARM_THUMB_H
#define __BRANCH_ARM_THUMB_H

#include "Common/Types.h"

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

#endif