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-13 10:14:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-13 10:14:51 +0000
commit329a2c1419cd8ac9c06e97887da6c94dbec42f1e (patch)
tree679c84be18c88322728bfd93f71604bd29740ca3 /c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
parent2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-329a2c1419cd8ac9c06e97887da6c94dbec42f1e.tar.bz2
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
index 55d437b1ce..0e11830d6a 100644
--- a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
+++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
@@ -33,8 +33,8 @@
*/
#include <rtems/asm.h>
-#include <rtems/score/ppc.h>
-
+#include <rtems/score/powerpc.h>
+
/*----------------------------------------------------------------------------
* Reset_entry.
*---------------------------------------------------------------------------*/