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

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

#ifndef __BRANCH_IA64_H
#define __BRANCH_IA64_H

#include "Common/Types.h"

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

#endif