From 8ff51798d0e36c3a13dc4f53eec784b92fb0cc4f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Jan 2005 05:14:20 +0000 Subject: New header guards. --- cpukit/include/rtems/bspIo.h | 4 ++-- cpukit/include/rtems/concat.h | 4 ++-- cpukit/include/rtems/fs.h | 4 ++-- cpukit/include/rtems/pci.h | 6 +++--- cpukit/include/rtems/stdint.h | 4 ++-- cpukit/include/rtems/userenv.h | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) (limited to 'cpukit/include') diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index 8e1aafeab8..775e8ce4be 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rtems/bspIo.h @@ -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 diff --git a/cpukit/include/rtems/concat.h b/cpukit/include/rtems/concat.h index df4a7a7b19..5be72c02bd 100644 --- a/cpukit/include/rtems/concat.h +++ b/cpukit/include/rtems/concat.h @@ -6,8 +6,8 @@ * $Id$ */ -#ifndef _rtems_concat_h -#define _rtems_concat_h +#ifndef _RTEMS_CONCAT_H +#define _RTEMS_CONCAT_H /* ANSI concatenation macros. */ diff --git a/cpukit/include/rtems/fs.h b/cpukit/include/rtems/fs.h index 820630e343..6f4f54c259 100644 --- a/cpukit/include/rtems/fs.h +++ b/cpukit/include/rtems/fs.h @@ -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" { diff --git a/cpukit/include/rtems/pci.h b/cpukit/include/rtems/pci.h index 1c25d8a287..054bbb622c 100644 --- a/cpukit/include/rtems/pci.h +++ b/cpukit/include/rtems/pci.h @@ -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 */ diff --git a/cpukit/include/rtems/stdint.h b/cpukit/include/rtems/stdint.h index 66a552662f..1d8add2524 100644 --- a/cpukit/include/rtems/stdint.h +++ b/cpukit/include/rtems/stdint.h @@ -9,8 +9,8 @@ * $Id$ */ -#ifndef __rtems_stdint_h -#define __rtems_stdint_h +#ifndef _RTEMS_STDINT_H +#define _RTEMS_STDINT_H #include diff --git a/cpukit/include/rtems/userenv.h b/cpukit/include/rtems/userenv.h index c8787e51c6..80fb7897ec 100644 --- a/cpukit/include/rtems/userenv.h +++ b/cpukit/include/rtems/userenv.h @@ -11,8 +11,8 @@ * $Id$ */ -#ifndef __rtems_userenv_h -#define __rtems_userenv_h +#ifndef _RTEMS_USERENV_H +#define _RTEMS_USERENV_H #include #include -- cgit v1.2.3