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

* flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
Ralf Corsepius
2004-04-02 11:20:20 +00:00
parent 868c1e606c
commit 8e11831f70
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
* flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.

View File

@@ -32,7 +32,7 @@
* $Id$
*/
#include "asm.h"
#include <rtems/asm.h>
/*
* The helas403 ELF link scripts support three special sections:

View File

@@ -32,7 +32,7 @@
* $Id$
*/
#include "asm.h"
#include <rtems/asm.h>
#include <rtems/score/ppc.h>
/*----------------------------------------------------------------------------