New header guards.

This commit is contained in:
Ralf Corsepius
2005-01-28 05:14:20 +00:00
parent 55740bc65f
commit 8ff51798d0
6 changed files with 13 additions and 13 deletions

View File

@@ -11,8 +11,8 @@
*
* $Id$
*/
#ifndef _rtems_bspIo_h
#define _rtems_bspIo_h
#ifndef _RTEMS_BSPIO_H
#define _RTEMS_BSPIO_H
/*
* All the functions declared as extern after this comment

View File

@@ -6,8 +6,8 @@
* $Id$
*/
#ifndef _rtems_concat_h
#define _rtems_concat_h
#ifndef _RTEMS_CONCAT_H
#define _RTEMS_CONCAT_H
/* ANSI concatenation macros. */

View File

@@ -11,8 +11,8 @@
* $Id$
*/
#ifndef __rtems_fstypes_h
#define __rtems_fstypes_h
#ifndef _RTEMS_FS_H
#define _RTEMS_FS_H
#ifdef __cplusplus
extern "C" {

View File

@@ -15,8 +15,8 @@
* $Id$
*/
#ifndef RTEMS_PCI_H
#define RTEMS_PCI_H
#ifndef _RTEMS_PCI_H
#define _RTEMS_PCI_H
/*
* Under PCI, each device has 256 bytes of configuration address space,
@@ -1150,4 +1150,4 @@ pci_write_config_dword(unsigned char bus, unsigned char slot, unsigned char func
extern unsigned char BusCountPCI();
extern void InitializePCI();
#endif /* RTEMS_PCI_H */
#endif /* _RTEMS_PCI_H */

View File

@@ -9,8 +9,8 @@
* $Id$
*/
#ifndef __rtems_stdint_h
#define __rtems_stdint_h
#ifndef _RTEMS_STDINT_H
#define _RTEMS_STDINT_H
#include <rtems/score/cpuopts.h>

View File

@@ -11,8 +11,8 @@
* $Id$
*/
#ifndef __rtems_userenv_h
#define __rtems_userenv_h
#ifndef _RTEMS_USERENV_H
#define _RTEMS_USERENV_H
#include <rtems.h>
#include <rtems/fs.h>