forked from Imagelibrary/rtems
New header guards.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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" {
|
||||||
|
|||||||
Reference in New Issue
Block a user