X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fopcode%2Fd10v.h;h=39e38f47ff7b6dcbbb514b56afece7b1d4c8797d;hb=d94297b3f49923c665fe45eaf3df1614b026d8ee;hp=d0e115fab202eb4bc13be5d860458ba563096b63;hpb=e4e42b45d59b4c622b7c5b625fd7467fd62d958d;p=deliverable%2Fbinutils-gdb.git diff --git a/include/opcode/d10v.h b/include/opcode/d10v.h index d0e115fab2..39e38f47ff 100644 --- a/include/opcode/d10v.h +++ b/include/opcode/d10v.h @@ -1,6 +1,5 @@ /* d10v.h -- Header file for D10V opcode table - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2010 - Free Software Foundation, Inc. + Copyright (C) 1996-2021 Free Software Foundation, Inc. Written by Martin Hunt (hunt@cygnus.com), Cygnus Support This file is part of GDB, GAS, and the GNU binutils. @@ -23,6 +22,10 @@ #ifndef D10V_H #define D10V_H +#ifdef __cplusplus +extern "C" { +#endif + /* Format Specifier */ #define FM00 0 #define FM01 0x40000000 @@ -206,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 */