X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fopcode%2Fd10v.h;h=baa7be54f2383287914b199f9d565bd7ed72c0e1;hb=a3b3345ae62503982698171bcfce0afe23bd8a31;hp=95aaf8893bbd28684689c467668c3b91db0cb757;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/include/opcode/d10v.h b/include/opcode/d10v.h index 95aaf8893b..baa7be54f2 100644 --- a/include/opcode/d10v.h +++ b/include/opcode/d10v.h @@ -1,5 +1,5 @@ /* d10v.h -- Header file for D10V opcode table - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Written by Martin Hunt (hunt@cygnus.com), Cygnus Support This file is part of GDB, GAS, and the GNU binutils. @@ -22,6 +22,10 @@ #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 */