BranchSPARC.h 182 B

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