forked from Imagelibrary/rtems
New header guards.
This commit is contained in:
@@ -20,8 +20,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _FTP_DRIVER_H
|
#ifndef _RTEMS_FTPFS_H
|
||||||
#define _FTP_DRIVER_H
|
#define _RTEMS_FTPFS_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
$Id$
|
$Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_MKROOTFS_h
|
#ifndef _RTEMS_MKROOTFS_H
|
||||||
#define __RTEMS_MKROOTFS_h
|
#define _RTEMS_MKROOTFS_H
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _RTEMS_BSDNET_
|
#ifndef _RTEMS_BSDNET_H
|
||||||
#define _RTEMS_BSDNET_
|
#define _RTEMS_BSDNET_H
|
||||||
|
|
||||||
#include <rtems.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);
|
void rtems_bsdnet_malloc_starvation(void);
|
||||||
|
|
||||||
#endif /* _RTEMS_BSDNET_ */
|
#endif /* _RTEMS_BSDNET_H */
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _RTEMS_BSDNET_INTERNAL_H_
|
#ifndef _RTEMS_RTEMS_BSDNET_INTERNAL_H
|
||||||
#define _RTEMS_BSDNET_INTERNAL_H_
|
#define _RTEMS_RTEMS_BSDNET_INTERNAL_H
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|
||||||
@@ -197,4 +197,4 @@ int ioctl (int, int, ...);
|
|||||||
# error "Network event conflict"
|
# error "Network event conflict"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _RTEMS_BSDNET_INTERNAL_H_ */
|
#endif /* _RTEMS_RTEMS_BSDNET_INTERNAL_H */
|
||||||
|
|||||||
@@ -23,8 +23,8 @@
|
|||||||
* The `hostname' must be four dot-separated decimal values.
|
* The `hostname' must be four dot-separated decimal values.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _TFTP_FILESYSTEM_h
|
#ifndef _RTEMS_TFTP_H
|
||||||
#define _TFTP_FILESYSTEM_h
|
#define _RTEMS_TFTP_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
Reference in New Issue
Block a user