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

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

#ifndef __BRANCH_ARM_H
#define __BRANCH_ARM_H

#include "Common/Types.h"

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

#endif