BranchARM.h 174 B

12345678910
  1. /* BranchARM.h */
  2. #ifndef __BRANCH_ARM_H
  3. #define __BRANCH_ARM_H
  4. #include "BranchTypes.h"
  5. UInt32 ARM_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);
  6. #endif