From 2b3f6414be18fd2771b5db1b28e1d860ef0af06f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Apr 2002 14:08:10 +0000 Subject: 2001-04-03 Joel Sherrill * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/cpu.h: Account for name change. --- cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h | 2 +- cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score') 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 #ifndef ASM -#include +#include #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 +#include #endif /* conditional compilation parameters */ -- cgit v1.2.3