forked from Imagelibrary/rtems
New header guards.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _rtems_concat_h
|
||||
#define _rtems_concat_h
|
||||
#ifndef _RTEMS_CONCAT_H
|
||||
#define _RTEMS_CONCAT_H
|
||||
|
||||
/* ANSI concatenation macros. */
|
||||
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user