hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/mips/include/asm/branch.h
....@@ -27,6 +27,9 @@
2727 #define MM_POOL32A_MINOR_SHIFT 0x6
2828 #define MM_MIPS32_COND_FC 0x30
2929
30
+int isBranchInstr(struct pt_regs *regs,
31
+ struct mm_decoded_insn dec_insn, unsigned long *contpc);
32
+
3033 extern int __mm_isBranchInstr(struct pt_regs *regs,
3134 struct mm_decoded_insn dec_insn, unsigned long *contpc);
3235