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>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:08:08 +00:00
parent c0a200e61f
commit 173fd7cff7
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
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>.
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.

View File

@@ -23,7 +23,7 @@
* $Id$
*/
#include <asm.h>
#include <rtems/asm.h>
.seg "text"
/*

View File

@@ -16,7 +16,7 @@
*
*/
#include <asm.h>
#include <rtems/asm.h>
#include "syscall.h"
.seg "text"