aboutsummaryrefslogtreecommitdiff
path: root/include/elf/dlx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf/dlx.h')
-rw-r--r--include/elf/dlx.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/dlx.h b/include/elf/dlx.h
index f179d8c..8165951 100644
--- a/include/elf/dlx.h
+++ b/include/elf/dlx.h
@@ -22,6 +22,10 @@
#include "elf/reloc-macros.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#if 0
START_RELOC_NUMBERS (elf_dlx_reloc_type)
RELOC_NUMBER (R_DLX_NONE, 0)
@@ -50,4 +54,8 @@ START_RELOC_NUMBERS (elf_dlx_reloc_type)
END_RELOC_NUMBERS (R_DLX_max)
#endif /* 0 */
+#ifdef __cplusplus
+ }
+#endif
+
#endif /* _ELF_DLX_H */