summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/cpu_asm.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-11 21:10:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-11 21:10:26 +0000
commit78aa0609b4e11e24fed195d5f508d61310509a9d (patch)
tree2312279f76c2522fb26e9892df7b39c8bd1ac14f /cpukit/score/cpu/avr/cpu_asm.c
parent2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-78aa0609b4e11e24fed195d5f508d61310509a9d.tar.bz2
2008-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.c: Remove warnings -- even if code is just temporary.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/avr/cpu_asm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/score/cpu/avr/cpu_asm.c b/cpukit/score/cpu/avr/cpu_asm.c
index f864e5d51c..685c4247a0 100644
--- a/cpukit/score/cpu/avr/cpu_asm.c
+++ b/cpukit/score/cpu/avr/cpu_asm.c
@@ -6,7 +6,7 @@
*
* NOTE: This is supposed to be a .S or .s file NOT a C file.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -26,6 +26,8 @@
#include <rtems/score/cpu.h>
/* #include "cpu_asm.h> */
+#include <rtems/bspIo.h> /* XXX remove me later */
+
/*
* _CPU_Context_save_fp_context
*
@@ -118,7 +120,7 @@ void _CPU_Context_restore(
* XXX document implementation including references if appropriate
*/
-void _ISR_Handler()
+void _ISR_Handler(void)
{
/*
* This discussion ignores a lot of the ugly details in a real