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

* rtems/powerpc/powerpc.h: New header guard.
This commit is contained in:
Ralf Corsepius
2005-02-13 05:15:55 +00:00
parent 90503f0c25
commit 9dc84b5706
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/powerpc/powerpc.h: New header guard.
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/powerpc/powerpc.h: New (Copy of

View File

@@ -42,8 +42,8 @@
*/
#ifndef _RTEMS_SCORE_POWERPC_H
#define _RTEMS_SCORE_POWERPC_H
#ifndef _RTEMS_POWERPC_POWERPC_H
#define _RTEMS_POWERPC_POWERPC_H
#ifdef __cplusplus
extern "C" {