add more extern C
[deliverable/binutils-gdb.git] / include / opcode / d10v.h
index 95aaf8893bbd28684689c467668c3b91db0cb757..a468e589133e20fdfd12bfc60a29950e0893aa7c 100644 (file)
 #ifndef D10V_H
 #define D10V_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Format Specifier */
 #define FM00   0
 #define FM01   0x40000000
@@ -205,4 +209,8 @@ int d10v_reg_name_cnt (void);
 /* by setting high bits to indicate type */
 #define REGISTER_MASK  0xFF
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* D10V_H */
This page took 0.027757 seconds and 4 git commands to generate.