blob: b7757fe925bce4281e0c8cd10df16521c0316750 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// BranchIA64.h
#ifndef __BRANCH_IA64_H
#define __BRANCH_IA64_H
#include "BranchTypes.h"
UInt32 IA64_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);
#endif
|