From af413e957e55641d6325895d25948d9317eb4e26 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 21 Nov 2004 11:06:03 +0000 Subject: 2004-11-21 Ralf Corsepius * rtems/score/types.h: Use __rtems_score_types_h as preprocessor guard. --- cpukit/score/cpu/no_cpu/rtems/score/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/no_cpu/rtems') diff --git a/cpukit/score/cpu/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h index 99297fbddb..6b3358c058 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/types.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/types.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __NO_CPU_TYPES_h -#define __NO_CPU_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM -- cgit v1.2.3