summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/common/up_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-11 20:31:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-11 20:31:36 +0000
commitbec5afdfb8ac3ef9abf83433f09bc711951479f1 (patch)
treeb5b62d62fe4c8eb9761abb6dd697784572e425bb /nuttx/arch/z80/src/common/up_internal.h
parent86afffb7b3441d1ac33e5b82136bd58c3b0e8a97 (diff)
downloadpx4-nuttx-bec5afdfb8ac3ef9abf83433f09bc711951479f1.tar.gz
px4-nuttx-bec5afdfb8ac3ef9abf83433f09bc711951479f1.tar.bz2
px4-nuttx-bec5afdfb8ac3ef9abf83433f09bc711951479f1.zip
Fixes for z8 compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@669 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/common/up_internal.h')
-rw-r--r--nuttx/arch/z80/src/common/up_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/z80/src/common/up_internal.h b/nuttx/arch/z80/src/common/up_internal.h
index d340a5631..e90bec766 100644
--- a/nuttx/arch/z80/src/common/up_internal.h
+++ b/nuttx/arch/z80/src/common/up_internal.h
@@ -41,7 +41,7 @@
****************************************************************************/
#include <arch/irq.h>
-#include <chip/chip.h>
+#include "chip/chip.h"
/****************************************************************************
* Definitions
@@ -111,8 +111,8 @@ extern int up_restoreusercontext(chipreg_t *regs);
extern FAR chipreg_t *up_decodeirq(uint8 rstno, FAR chipreg_t *regs);
extern void up_irqinitialize(void);
extern int up_timerisr(int irq, FAR chipreg_t *regs);
-extern void up_lowputc(char ch) __naked;
-extern char up_lowgetc(void) __naked;
+extern void up_lowputc(char ch) naked_function;
+extern char up_lowgetc(void) naked_function;
/* Defined in up_doirq.c */