* start/start.S: Include <rtems/asm.h> instead of <asm.h>.

* start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
Ralf Corsepius
2004-04-02 11:19:35 +00:00
parent cc1426bb3f
commit 43268440e9
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
* start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -25,7 +25,7 @@
* $Id$
*/
#include "asm.h"
#include <rtems/asm.h>
#include <m68349.inc>
#define _OLD_ASTECC 1 /* old addresses for AST68340 only, undefine for AST68349 */

View File

@@ -25,7 +25,7 @@
* $Id$
*/
#include "asm.h"
#include <rtems/asm.h>
#include <m68340.inc>
BEGIN_CODE