New header guards.

This commit is contained in:
Ralf Corsepius
2005-02-02 10:11:10 +00:00
parent 6d4ffbb534
commit c58c2ca414
5 changed files with 12 additions and 12 deletions

View File

@@ -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" {

View File

@@ -21,8 +21,8 @@
$Id$
*/
#ifndef __RTEMS_MKROOTFS_h
#define __RTEMS_MKROOTFS_h
#ifndef _RTEMS_MKROOTFS_H
#define _RTEMS_MKROOTFS_H
#include <rtems.h>

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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" {