[ARM] Support for ARMv8.1 Adv.SIMD extension
[deliverable/binutils-gdb.git] / opcodes / microblaze-dis.h
index a837adace18b70d9fd6b4f1d02561d6eb1296473..fd09745e0e9913fa88522ee1ae3667032d622101 100644 (file)
 #ifndef MICROBLAZE_DIS_H
 #define MICROBLAZE_DIS_H 1
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern enum microblaze_instr microblaze_decode_insn (long, int *, int *, 
                                                     int *, int *);
 extern unsigned long microblaze_get_target_address (long, bfd_boolean, int,
@@ -31,4 +35,8 @@ extern enum microblaze_instr get_insn_microblaze (long, bfd_boolean *,
                                                  enum microblaze_instr_type *,
                                                  short *);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* microblaze-dis.h */
This page took 0.023378 seconds and 4 git commands to generate.