summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h2
-rw-r--r--cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
index e4d4466087..81ce3c8dc4 100644
--- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
@@ -44,7 +44,7 @@ extern "C" {
#include <libcpu/cpu.h>
#ifndef ASM
-#include <rtems/score/ppctypes.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */
diff --git a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
index cdcfd85a62..bf2769a363 100644
--- a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
@@ -42,7 +42,7 @@ extern "C" {
struct CPU_Interrupt_frame;
typedef void ( *ppc_isr_entry )( int, struct CPU_Interrupt_frame * );
-#include <rtems/score/ppctypes.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */