diff options
Diffstat (limited to 'opcodes/fr30-desc.h')
-rw-r--r-- | opcodes/fr30-desc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/fr30-desc.h b/opcodes/fr30-desc.h index e1acf5c..1610643 100644 --- a/opcodes/fr30-desc.h +++ b/opcodes/fr30-desc.h @@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #ifndef FR30_CPU_H #define FR30_CPU_H +#ifdef __cplusplus +extern "C" { +#endif + #define CGEN_ARCH fr30 /* Given symbol S, return fr30_cgen_<S>. */ @@ -309,4 +313,8 @@ extern const CGEN_HW_ENTRY fr30_cgen_hw_table[]; + #ifdef __cplusplus + } + #endif + #endif /* FR30_CPU_H */ |