[AArch64][SVE 21/32] Add Zn and Pn registers
[deliverable/binutils-gdb.git] / opcodes / arc-dis.h
index a588f9782537e2d9994fa112982a5850a5b7498a..9abfd944543435e9c60f134409bf94320310a24f 100644 (file)
 #ifndef ARCDIS_H
 #define ARCDIS_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 enum ARC_Debugger_OperandType
 {
     ARC_UNDEFINED,
@@ -102,4 +106,9 @@ struct arcDisState
 
 struct arcDisState
 arcAnalyzeInstr (bfd_vma memaddr, struct disassemble_info *);
+
+#ifdef __cplusplus
+}
+#endif
+
 #endif
This page took 0.023432 seconds and 4 git commands to generate.