forked from Imagelibrary/rtems
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:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user