summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 11:20:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 11:20:20 +0000
commit8e11831f7060e070a3a39f5c6e520fdac1ef1a00 (patch)
treebe8e569d6a99d6652a9fe6a5c8be4fda9429d8c2 /c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
parent * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>. (diff)
downloadrtems-8e11831f7060e070a3a39f5c6e520fdac1ef1a00.tar.bz2
* dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
* flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
index aa6f98578b..55d437b1ce 100644
--- a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
+++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
@@ -32,7 +32,7 @@
* $Id$
*/
-#include "asm.h"
+#include <rtems/asm.h>
#include <rtems/score/ppc.h>
/*----------------------------------------------------------------------------