From a30a08a055b7a413439d793f1b5650b6d8ebb3db Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Jan 2005 16:06:09 +0000 Subject: New header guards. --- cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h') diff --git a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h index b7060eb479..f49aa9189c 100644 --- a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h @@ -30,10 +30,10 @@ * $Id$ */ -#ifndef __CPU_h -#define __CPU_h +#ifndef _RTEMS_OLD_EXCEPTIONS_CPU_H +#define _RTEMS_OLD_EXCEPTIONS_CPU_H -#ifndef _rtems_score_cpu_h +#ifndef _RTEMS_SCORE_CPU_H #error "You should include " #endif -- cgit v1.2.3