X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Farc-dis.h;h=9abfd944543435e9c60f134409bf94320310a24f;hb=72da393d4131836933f104abf0f605e09970f134;hp=a588f9782537e2d9994fa112982a5850a5b7498a;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/arc-dis.h b/opcodes/arc-dis.h index a588f97825..9abfd94454 100644 --- a/opcodes/arc-dis.h +++ b/opcodes/arc-dis.h @@ -22,6 +22,10 @@ #ifndef ARCDIS_H #define ARCDIS_H +#ifdef __cplusplus +extern "C" { +#endif + enum ARC_Debugger_OperandType { ARC_UNDEFINED, @@ -102,4 +106,9 @@ struct arcDisState struct arcDisState arcAnalyzeInstr (bfd_vma memaddr, struct disassemble_info *); + +#ifdef __cplusplus +} +#endif + #endif