mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 21:06:24 +08:00
New header guard.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_CONFIGURATION_h
|
||||
#define __RTEMS_CONFIGURATION_h
|
||||
#ifndef _RTEMS_CONFIG_H
|
||||
#define _RTEMS_CONFIG_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_EXTENSION_MANAGER_h
|
||||
#define __RTEMS_EXTENSION_MANAGER_h
|
||||
#ifndef _RTEMS_EXTENSION_H
|
||||
#define _RTEMS_EXTENSION_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_FATAL_h
|
||||
#define __RTEMS_FATAL_h
|
||||
#ifndef _RTEMS_FATAL_H
|
||||
#define _RTEMS_FATAL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_INIT_h
|
||||
#define __RTEMS_INIT_h
|
||||
#ifndef _RTEMS_INIT_H
|
||||
#define _RTEMS_INIT_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_IO_h
|
||||
#define __RTEMS_IO_h
|
||||
#ifndef _RTEMS_IO_H
|
||||
#define _RTEMS_IO_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_MPTABLES_h
|
||||
#define __RTEMS_MPTABLES_h
|
||||
#ifndef _RTEMS_MPTABLES_H
|
||||
#define _RTEMS_MPTABLES_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_SPTABLES_h
|
||||
#define __RTEMS_SPTABLES_h
|
||||
#ifndef _RTEMS_SPTABLES_H
|
||||
#define _RTEMS_SPTABLES_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user