Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 174 Bytes

BranchARM.h

File metadata and controls

10 lines (6 loc) · 174 Bytes
 
Jan 23, 2008
Jan 23, 2008
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