summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 05:00:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 05:00:21 +0000
commit092f142af38a00d9423c7ed7a4872a034ed0ff58 (patch)
tree656d1d15864c9e849b3521ad9657859e8b5ac222 /cpukit/sapi
parent2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-092f142af38a00d9423c7ed7a4872a034ed0ff58.tar.bz2
New header guard.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/rtems/config.h4
-rw-r--r--cpukit/sapi/include/rtems/extension.h4
-rw-r--r--cpukit/sapi/include/rtems/fatal.h4
-rw-r--r--cpukit/sapi/include/rtems/init.h4
-rw-r--r--cpukit/sapi/include/rtems/io.h4
-rw-r--r--cpukit/sapi/include/rtems/mptables.h4
-rw-r--r--cpukit/sapi/include/rtems/sptables.h4
7 files changed, 14 insertions, 14 deletions
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 74e7597d44..cb7af0dc8c 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -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" {
diff --git a/cpukit/sapi/include/rtems/extension.h b/cpukit/sapi/include/rtems/extension.h
index 868f73fe92..65ac6ce280 100644
--- a/cpukit/sapi/include/rtems/extension.h
+++ b/cpukit/sapi/include/rtems/extension.h
@@ -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" {
diff --git a/cpukit/sapi/include/rtems/fatal.h b/cpukit/sapi/include/rtems/fatal.h
index b46d2b35ff..9d870776c4 100644
--- a/cpukit/sapi/include/rtems/fatal.h
+++ b/cpukit/sapi/include/rtems/fatal.h
@@ -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" {
diff --git a/cpukit/sapi/include/rtems/init.h b/cpukit/sapi/include/rtems/init.h
index 717927d81d..3d3a25f732 100644
--- a/cpukit/sapi/include/rtems/init.h
+++ b/cpukit/sapi/include/rtems/init.h
@@ -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" {
diff --git a/cpukit/sapi/include/rtems/io.h b/cpukit/sapi/include/rtems/io.h
index e2b12ac701..0a09736f7a 100644
--- a/cpukit/sapi/include/rtems/io.h
+++ b/cpukit/sapi/include/rtems/io.h
@@ -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" {
diff --git a/cpukit/sapi/include/rtems/mptables.h b/cpukit/sapi/include/rtems/mptables.h
index d9e79b77dc..bcb51c5e96 100644
--- a/cpukit/sapi/include/rtems/mptables.h
+++ b/cpukit/sapi/include/rtems/mptables.h
@@ -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" {
diff --git a/cpukit/sapi/include/rtems/sptables.h b/cpukit/sapi/include/rtems/sptables.h
index 0dc98c9c62..a5af70b171 100644
--- a/cpukit/sapi/include/rtems/sptables.h
+++ b/cpukit/sapi/include/rtems/sptables.h
@@ -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" {