MIPS: MIPS16e: Support handling of delay slots.
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / mips / include / asm / inst.h
index b27091e..22912f7 100644 (file)
@@ -82,4 +82,7 @@ struct mm_decoded_insn {
        int micro_mips_mode;
 };
 
+/* Recode table from 16-bit register notation to 32-bit GPR. Do NOT export!!! */
+extern const int reg16to32[];
+
 #endif /* _ASM_INST_H */