summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-02 10:11:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-02 10:11:10 +0000
commitc58c2ca414b73fc9bb0df623c3927040696e135b (patch)
treec91a512a3437e12e85468dd7021fdccc46af311e /cpukit
parent2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c58c2ca414b73fc9bb0df623c3927040696e135b.tar.bz2
New header guards.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libnetworking/rtems/ftpfs.h4
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.h4
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet.h6
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h6
-rw-r--r--cpukit/libnetworking/rtems/tftp.h4
5 files changed, 12 insertions, 12 deletions
diff --git a/cpukit/libnetworking/rtems/ftpfs.h b/cpukit/libnetworking/rtems/ftpfs.h
index ffa0bf602f..bc928a33f5 100644
--- a/cpukit/libnetworking/rtems/ftpfs.h
+++ b/cpukit/libnetworking/rtems/ftpfs.h
@@ -20,8 +20,8 @@
* $Id$
*/
-#ifndef _FTP_DRIVER_H
-#define _FTP_DRIVER_H
+#ifndef _RTEMS_FTPFS_H
+#define _RTEMS_FTPFS_H
#ifdef __cplusplus
extern "C" {
diff --git a/cpukit/libnetworking/rtems/mkrootfs.h b/cpukit/libnetworking/rtems/mkrootfs.h
index 8de4593d7c..a0e9cbb0fc 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.h
+++ b/cpukit/libnetworking/rtems/mkrootfs.h
@@ -21,8 +21,8 @@
$Id$
*/
-#ifndef __RTEMS_MKROOTFS_h
-#define __RTEMS_MKROOTFS_h
+#ifndef _RTEMS_MKROOTFS_H
+#define _RTEMS_MKROOTFS_H
#include <rtems.h>
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet.h b/cpukit/libnetworking/rtems/rtems_bsdnet.h
index 97f9e3062a..eeab800168 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet.h
@@ -6,8 +6,8 @@
* $Id$
*/
-#ifndef _RTEMS_BSDNET_
-#define _RTEMS_BSDNET_
+#ifndef _RTEMS_BSDNET_H
+#define _RTEMS_BSDNET_H
#include <rtems.h>
@@ -260,4 +260,4 @@ int rtems_bsdnet_synchronize_ntp (int interval, rtems_task_priority priority);
*/
void rtems_bsdnet_malloc_starvation(void);
-#endif /* _RTEMS_BSDNET_ */
+#endif /* _RTEMS_BSDNET_H */
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index 2f84138346..a43154a1f5 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -9,8 +9,8 @@
* $Id$
*/
-#ifndef _RTEMS_BSDNET_INTERNAL_H_
-#define _RTEMS_BSDNET_INTERNAL_H_
+#ifndef _RTEMS_RTEMS_BSDNET_INTERNAL_H
+#define _RTEMS_RTEMS_BSDNET_INTERNAL_H
#include <rtems.h>
@@ -197,4 +197,4 @@ int ioctl (int, int, ...);
# error "Network event conflict"
#endif
-#endif /* _RTEMS_BSDNET_INTERNAL_H_ */
+#endif /* _RTEMS_RTEMS_BSDNET_INTERNAL_H */
diff --git a/cpukit/libnetworking/rtems/tftp.h b/cpukit/libnetworking/rtems/tftp.h
index 538efa8531..0813d80431 100644
--- a/cpukit/libnetworking/rtems/tftp.h
+++ b/cpukit/libnetworking/rtems/tftp.h
@@ -23,8 +23,8 @@
* The `hostname' must be four dot-separated decimal values.
*/
-#ifndef _TFTP_FILESYSTEM_h
-#define _TFTP_FILESYSTEM_h
+#ifndef _RTEMS_TFTP_H
+#define _RTEMS_TFTP_H
#ifdef __cplusplus
extern "C" {