forked from Imagelibrary/rtems
New header guards.
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CPU_h
|
||||
#define __CPU_h
|
||||
#ifndef _RTEMS_NEW_EXCEPTIONS_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>"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -30,10 +30,10 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CPU_h
|
||||
#define __CPU_h
|
||||
#ifndef _RTEMS_OLD_EXCEPTIONS_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>"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __rtems_powerpc_registers_h
|
||||
#define __rtems_powerpc_registers_h
|
||||
#ifndef _RTEMS_POWERPC_REGISTERS_H
|
||||
#define _RTEMS_POWERPC_REGISTERS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user