BranchIA64.h 178 B

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