forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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