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: 02eb1b4777dbba4089204c10f90124241ab8ecc4 (plain)
1
2
3
4
5
6
7
8
9
10
// BranchARM.h

#ifndef __BRANCH_ARM_H
#define __BRANCH_ARM_H

#include "BranchTypes.h"

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

#endif