2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>

* rtems/powerpc/cache.h, rtems/powerpc/debugmod.h:
	New header guards.
This commit is contained in:
Ralf Corsepius
2005-02-09 08:01:18 +00:00
parent f3ad98f483
commit 3a227b9b22
3 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/powerpc/cache.h, rtems/powerpc/debugmod.h:
New header guards.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* mpc505/Makefile.am, mpc5xx/Makefile.am, mpc6xx/Makefile.am,

View File

@@ -2,8 +2,8 @@
* $Id$
*/
#ifndef _rtems_powerpc_cache_h
#define _rtems_powerpc_cache_h
#ifndef _RTEMS_POWERPC_CACHE_H
#define _RTEMS_POWERPC_CACHE_H
#include <rtems/score/powerpc.h>

View File

@@ -44,8 +44,8 @@
* future versions of RTEMS
*/
#ifndef _rtems_powerpc_debugmod_h
#define _rtems_powerpc_debugmod_h
#ifndef _RTEMS_POWERPC_DEBUGMOD_H
#define _RTEMS_POWERPC_DEBUGMOD_H
#warning "please read the FIXME inside of this file"
@@ -122,5 +122,5 @@ extern "C" {
}
#endif
#endif /* ! _rtems_score_debugmod_h */
#endif /* _RTEMS_POWERPC_DEBUGMOD_H */
/* end of include file */