From fa6b0f5f423358d53ce08258390d01d6c78979b9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 4 Feb 2005 05:36:20 +0000 Subject: 2005-02-04 Ralf Corsepius * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h, rtems/m68k/sim.h, rtems/score/m68k.h: Header guards cleanup. --- cpukit/score/cpu/m68k/rtems/m68k/m68360.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/score/cpu/m68k/rtems/m68k/m68360.h') diff --git a/cpukit/score/cpu/m68k/rtems/m68k/m68360.h b/cpukit/score/cpu/m68k/rtems/m68k/m68360.h index 1bdf0a5995..d36b8b5908 100644 --- a/cpukit/score/cpu/m68k/rtems/m68k/m68360.h +++ b/cpukit/score/cpu/m68k/rtems/m68k/m68360.h @@ -24,8 +24,8 @@ ************************************************************************** */ -#ifndef __MC68360_h -#define __MC68360_h +#ifndef _RTEMS_M68K_M68360_H +#define _RTEMS_M68K_M68360_H /* ************************************************************************* @@ -886,4 +886,4 @@ typedef struct m360_ { extern volatile m360_t m360; -#endif /* __MC68360_h */ +#endif /* _RTEMS_M68K_M68360_H */ -- cgit v1.2.3