BranchPPC.h 176 B

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