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/i386/ChangeLog | 5 +++++ cpukit/score/cpu/i386/rtems/score/types.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/i386') diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index cdfaaa21bc..e1d8cab941 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/i386/rtems/score/types.h b/cpukit/score/cpu/i386/rtems/score/types.h index 0f3188a781..9acb30efd6 100644 --- a/cpukit/score/cpu/i386/rtems/score/types.h +++ b/cpukit/score/cpu/i386/rtems/score/types.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __i386_TYPES_h -#define __i386_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM -- cgit v1.2.3