New header guards.

This commit is contained in:
Ralf Corsepius
2005-01-28 16:06:09 +00:00
parent 8e7f1a12f1
commit a30a08a055
3 changed files with 8 additions and 8 deletions

View File

@@ -33,10 +33,10 @@
* $Id$ * $Id$
*/ */
#ifndef __CPU_h #ifndef _RTEMS_NEW_EXCEPTIONS_CPU_H
#define __CPU_h #define _RTEMS_NEW_EXCEPTIONS_CPU_H
#ifndef _rtems_score_cpu_h #ifndef _RTEMS_SCORE_CPU_H
#error "You should include <rtems/score/cpu.h>" #error "You should include <rtems/score/cpu.h>"
#endif #endif

View File

@@ -30,10 +30,10 @@
* $Id$ * $Id$
*/ */
#ifndef __CPU_h #ifndef _RTEMS_OLD_EXCEPTIONS_CPU_H
#define __CPU_h #define _RTEMS_OLD_EXCEPTIONS_CPU_H
#ifndef _rtems_score_cpu_h #ifndef _RTEMS_SCORE_CPU_H
#error "You should include <rtems/score/cpu.h>" #error "You should include <rtems/score/cpu.h>"
#endif #endif

View File

@@ -15,8 +15,8 @@
* $Id$ * $Id$
*/ */
#ifndef __rtems_powerpc_registers_h #ifndef _RTEMS_POWERPC_REGISTERS_H
#define __rtems_powerpc_registers_h #define _RTEMS_POWERPC_REGISTERS_H
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {