summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/include/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/include/syscall.h')
-rw-r--r--nuttx/arch/z80/include/syscall.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/nuttx/arch/z80/include/syscall.h b/nuttx/arch/z80/include/syscall.h
index b1894ca34..bc9ebbb11 100644
--- a/nuttx/arch/z80/include/syscall.h
+++ b/nuttx/arch/z80/include/syscall.h
@@ -45,7 +45,7 @@
****************************************************************************/
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
@@ -64,19 +64,5 @@
* Public Function Prototypes
****************************************************************************/
-#ifndef __ASSEMBLY__
-#ifdef __cplusplus
-#define EXTERN extern "C"
-extern "C" {
-#else
-#define EXTERN extern
-#endif
-
-#undef EXTERN
-#ifdef __cplusplus
-}
-#endif
-#endif
-
#endif /* __ARCH_Z80_INCLUDE_SYSCALL_H */