summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc/syscall/syscall.S
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:08:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:08:08 +0000
commit173fd7cff799e4c167936e47cf654772eaee117f (patch)
treef64c8cb96c02b81d442c9c6c89a8b22c41a42499 /c/src/lib/libcpu/sparc/syscall/syscall.S
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-173fd7cff799e4c167936e47cf654772eaee117f.tar.bz2
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* reg_win/window.S: Include <rtems/asm.h> instead of <asm.h>. * syscall/syscall.S: Include <rtems/asm.h> instead of <asm.h>.
Diffstat (limited to 'c/src/lib/libcpu/sparc/syscall/syscall.S')
-rw-r--r--c/src/lib/libcpu/sparc/syscall/syscall.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/sparc/syscall/syscall.S b/c/src/lib/libcpu/sparc/syscall/syscall.S
index fe9b512d81..5beccfab63 100644
--- a/c/src/lib/libcpu/sparc/syscall/syscall.S
+++ b/c/src/lib/libcpu/sparc/syscall/syscall.S
@@ -16,7 +16,7 @@
*
*/
-#include <asm.h>
+#include <rtems/asm.h>
#include "syscall.h"
.seg "text"