summaryrefslogtreecommitdiffstats
path: root/cpukit/backward
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 06:17:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 06:17:47 +0000
commite737471e45f97d78ff1f781f4fd50a23003fb078 (patch)
tree3d1cde100a70947d581051f13718e77a02a1a972 /cpukit/backward
parent2005-02-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e737471e45f97d78ff1f781f4fd50a23003fb078.tar.bz2
New header guards.
Diffstat (limited to 'cpukit/backward')
-rw-r--r--cpukit/backward/asm.h4
-rw-r--r--cpukit/backward/chain.h4
-rw-r--r--cpukit/backward/clockdrv.h4
-rw-r--r--cpukit/backward/confdefs.h4
-rw-r--r--cpukit/backward/console.h4
-rw-r--r--cpukit/backward/dosfs.h4
-rw-r--r--cpukit/backward/ftpd.h4
-rw-r--r--cpukit/backward/imfs.h4
-rw-r--r--cpukit/backward/iosupp.h4
-rw-r--r--cpukit/backward/itron.h4
-rw-r--r--cpukit/backward/motorola/mc68230.h4
-rw-r--r--cpukit/backward/motorola/mc68681.h4
-rw-r--r--cpukit/backward/ringbuf.h4
-rw-r--r--cpukit/backward/rtc.h4
-rw-r--r--cpukit/backward/spurious.h4
-rw-r--r--cpukit/backward/timerdrv.h4
-rw-r--r--cpukit/backward/vmeintr.h4
-rw-r--r--cpukit/backward/zilog/z8030.h4
-rw-r--r--cpukit/backward/zilog/z8036.h4
-rw-r--r--cpukit/backward/zilog/z8536.h4
20 files changed, 40 insertions, 40 deletions
diff --git a/cpukit/backward/asm.h b/cpukit/backward/asm.h
index 9d09c53942..722e70f7d5 100644
--- a/cpukit/backward/asm.h
+++ b/cpukit/backward/asm.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __asm_h
-#define __asm_h
+#ifndef _ASM_H
+#define _ASM_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <asm.h> is deprecated, use <rtems/asm.h> instead
#endif
diff --git a/cpukit/backward/chain.h b/cpukit/backward/chain.h
index dbe7eca12c..866a16d4aa 100644
--- a/cpukit/backward/chain.h
+++ b/cpukit/backward/chain.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __chain_h
-#define __chain_h
+#ifndef _CHAIN_H
+#define _CHAIN_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <chain.h> is deprecated, use <rtems/chain.h> instead
#endif
diff --git a/cpukit/backward/clockdrv.h b/cpukit/backward/clockdrv.h
index 37a9aaa2f7..1f25e30a30 100644
--- a/cpukit/backward/clockdrv.h
+++ b/cpukit/backward/clockdrv.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __clockdrv_h
-#define __clockdrv_h
+#ifndef _CLOCKDRV_H
+#define _CLOCKDRV_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <clockdrv.h> is deprecated, use <rtems/clockdrv.h> instead
#endif
diff --git a/cpukit/backward/confdefs.h b/cpukit/backward/confdefs.h
index 6b92720c1e..9d15a2a197 100644
--- a/cpukit/backward/confdefs.h
+++ b/cpukit/backward/confdefs.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __confdefs_h
-#define __confdefs_h
+#ifndef _CONFDEFS_H
+#define _CONFDEFS_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <confdefs.h> is deprecated, use <rtems/confdefs.h> instead
#endif
diff --git a/cpukit/backward/console.h b/cpukit/backward/console.h
index 44f06d1d64..f43aeb0f49 100644
--- a/cpukit/backward/console.h
+++ b/cpukit/backward/console.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __console_h
-#define __console_h
+#ifndef _CONSOLE_H
+#define _CONSOLE_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <console.h> is deprecated, use <rtems/console.h> instead
#endif
diff --git a/cpukit/backward/dosfs.h b/cpukit/backward/dosfs.h
index 2e5517202d..1d0f60a664 100644
--- a/cpukit/backward/dosfs.h
+++ b/cpukit/backward/dosfs.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __dosfs_h
-#define __dosfs_h
+#ifndef _DOSFS_H
+#define _DOSFS_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <dosfs.h> is deprecated, use <rtems/dosfs.h> instead
#endif
diff --git a/cpukit/backward/ftpd.h b/cpukit/backward/ftpd.h
index edef2a232b..8fcf9a7767 100644
--- a/cpukit/backward/ftpd.h
+++ b/cpukit/backward/ftpd.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __ftpd_h
-#define __ftpd_h
+#ifndef _FTPD_H
+#define _FTPD_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <ftpd.h> is deprecated, use <rtems/ftpd.h> instead
#endif
diff --git a/cpukit/backward/imfs.h b/cpukit/backward/imfs.h
index fbbbbd977a..d8b5b2aece 100644
--- a/cpukit/backward/imfs.h
+++ b/cpukit/backward/imfs.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __imfs_h
-#define __imfs_h
+#ifndef _IMFS_H
+#define _IMFS_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <imfs.h> is deprecated, use <rtems/imfs.h> instead
#endif
diff --git a/cpukit/backward/iosupp.h b/cpukit/backward/iosupp.h
index 9005590ab1..4356a88bff 100644
--- a/cpukit/backward/iosupp.h
+++ b/cpukit/backward/iosupp.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __iosupp_h
-#define __iosupp_h
+#ifndef _IOSUPP_H
+#define _IOSUPP_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <iosupp.h> is deprecated, use <rtems/iosupp.h> instead
#endif
diff --git a/cpukit/backward/itron.h b/cpukit/backward/itron.h
index 45b4f57add..119f3f5390 100644
--- a/cpukit/backward/itron.h
+++ b/cpukit/backward/itron.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __itron_h
-#define __itron_h
+#ifndef _ITRON_H
+#define _ITRON_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <itron.h> is deprecated, use <rtems/itron.h> instead
#endif
diff --git a/cpukit/backward/motorola/mc68230.h b/cpukit/backward/motorola/mc68230.h
index dcb07023d8..50846f9cf2 100644
--- a/cpukit/backward/motorola/mc68230.h
+++ b/cpukit/backward/motorola/mc68230.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __motorola_mc68230_h
-#define __motorola_mc68230_h
+#ifndef _MOTOROLA_MC68230_H
+#define _MOTOROLA_MC68230_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <motorola/mc68230.h> is deprecated, use <rtems/motorola/mc68230.h> instead
#endif
diff --git a/cpukit/backward/motorola/mc68681.h b/cpukit/backward/motorola/mc68681.h
index ba8692786d..44560ad85d 100644
--- a/cpukit/backward/motorola/mc68681.h
+++ b/cpukit/backward/motorola/mc68681.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __motorola_mc68681_h
-#define __motorola_mc68681_h
+#ifndef _MOTOROLA_MC68681_H
+#define _MOTOROLA_MC68681_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <motorola/mc68681.h> is deprecated, use <rtems/motorola/mc68681.h> instead
#endif
diff --git a/cpukit/backward/ringbuf.h b/cpukit/backward/ringbuf.h
index d8846ada98..c80d73b6ee 100644
--- a/cpukit/backward/ringbuf.h
+++ b/cpukit/backward/ringbuf.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __ringbuf_h
-#define __ringbuf_h
+#ifndef _RINGBUF_H
+#define _RINGBUF_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <ringbuf.h> is deprecated, use <rtems/ringbuf.h> instead
#endif
diff --git a/cpukit/backward/rtc.h b/cpukit/backward/rtc.h
index 4cbda5f348..6cdaf7c05b 100644
--- a/cpukit/backward/rtc.h
+++ b/cpukit/backward/rtc.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __rtc_h
-#define __rtc_h
+#ifndef _RTC_H
+#define _RTC_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <rtc.h> is deprecated, use <rtems/rtc.h> instead
#endif
diff --git a/cpukit/backward/spurious.h b/cpukit/backward/spurious.h
index 6d129ca3ae..df64309dd5 100644
--- a/cpukit/backward/spurious.h
+++ b/cpukit/backward/spurious.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __spurious_h
-#define __spurious_h
+#ifndef _SPURIOUS_H
+#define _SPURIOUS_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <spurious.h> is deprecated, use <rtems/spurious.h> instead
#endif
diff --git a/cpukit/backward/timerdrv.h b/cpukit/backward/timerdrv.h
index 4f721cdc72..e4e2ad4603 100644
--- a/cpukit/backward/timerdrv.h
+++ b/cpukit/backward/timerdrv.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __timerdrv_h
-#define __timerdrv_h
+#ifndef _TIMERDRV_H
+#define _TIMERDRV_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <timerdrv.h> is deprecated, use <rtems/timerdrv.h> instead
#endif
diff --git a/cpukit/backward/vmeintr.h b/cpukit/backward/vmeintr.h
index a4b9e13c02..db5c8e9f9e 100644
--- a/cpukit/backward/vmeintr.h
+++ b/cpukit/backward/vmeintr.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __vmeintr_h
-#define __vmeintr_h
+#ifndef _VMEINTR_H
+#define _VMEINTR_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <vmeintr.h> is deprecated, use <rtems/vmeintr.h> instead
#endif
diff --git a/cpukit/backward/zilog/z8030.h b/cpukit/backward/zilog/z8030.h
index 01718fb0a4..e9ebd4b617 100644
--- a/cpukit/backward/zilog/z8030.h
+++ b/cpukit/backward/zilog/z8030.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __zilog_z8030_h
-#define __zilog_z8030_h
+#ifndef _ZILOG_Z8030_H
+#define _ZILOG_Z8030_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <zilog/z8030.h> is deprecated, use <rtems/zilog/z8030.h> instead
#endif
diff --git a/cpukit/backward/zilog/z8036.h b/cpukit/backward/zilog/z8036.h
index 00eb444f68..f035de42fc 100644
--- a/cpukit/backward/zilog/z8036.h
+++ b/cpukit/backward/zilog/z8036.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __zilog_z8036_h
-#define __zilog_z8036_h
+#ifndef _ZILOG_Z8036_H
+#define _ZILOG_Z8036_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <zilog/z8036.h> is deprecated, use <rtems/zilog/z8036.h> instead
#endif
diff --git a/cpukit/backward/zilog/z8536.h b/cpukit/backward/zilog/z8536.h
index ad23591b9c..e5aa408ecc 100644
--- a/cpukit/backward/zilog/z8536.h
+++ b/cpukit/backward/zilog/z8536.h
@@ -3,8 +3,8 @@
* @deprecated
*/
-#ifndef __zilog_z8536_h
-#define __zilog_z8536_h
+#ifndef _ZILOG_Z8536_H
+#define _ZILOG_Z8536_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <zilog/z8536.h> is deprecated, use <rtems/zilog/z8536.h> instead
#endif