add more extern C
[deliverable/binutils-gdb.git] / include / opcode / ppc.h
index df985eb2551125ff20c4d8d0ce4daf9ba65824f8..628a7a184bc4f2159e5ea164bf894b3bd5a0e38a 100644 (file)
 
 #include "bfd_stdint.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 typedef uint64_t ppc_cpu_t;
 
 /* The opcode table is an array of struct powerpc_opcode.  */
@@ -437,4 +441,8 @@ ppc_optional_operand_value (const struct powerpc_operand *operand)
   return 0;
 }
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* PPC_H */
This page took 0.023768 seconds and 4 git commands to generate.