New header guards.

This commit is contained in:
Ralf Corsepius
2005-01-28 08:04:27 +00:00
parent 5cd51f50f7
commit 7945944459
19 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
* $ld:
*/
#ifndef __CHAIN_h
#define __CHAIN_h
#ifndef _RTEMS_CHAIN_H
#define _RTEMS_CHAIN_H
#include <rtems.h>
+2 -2
View File
@@ -16,8 +16,8 @@
* $Id$
*/
#ifndef __CLOCK_DRIVER_h
#define __CLOCK_DRIVER_h
#ifndef _RTEMS_CLOCKDRV_H
#define _RTEMS_CLOCKDRV_H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -17,8 +17,8 @@
* $Id$
*/
#ifndef _CONSOLE_DRIVER_h
#define _CONSOLE_DRIVER_h
#ifndef _RTEMS_CONSOLE_H
#define _RTEMS_CONSOLE_H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -13,8 +13,8 @@
* $Id$
*/
#ifndef __IOSUPP_h
#define __IOSUPP_h
#ifndef _RTEMS_IOSUPP_H
#define _RTEMS_IOSUPP_H
#ifdef __cplusplus
extern "C" {
@@ -21,8 +21,8 @@
* $Id$
*/
#ifndef __MC68230_H__
#define __MC68230_H__
#ifndef _RTEMS_MOTOROLA_MC68230_H
#define _RTEMS_MOTOROLA_MC68230_H
/* Some Motorola IDP User manual defines: */
#define PIT_ADDR 0x00c01003 /* base address of the PIT */
@@ -14,8 +14,8 @@
* $Id$
*/
#ifndef __MC68681_H__
#define __MC68681_H__
#ifndef _RTEMS_MOTOROLA_MC68681_H
#define _RTEMS_MOTOROLA_MC68681_H
/*
* In the dark ages when this controller was designed, it was actually
+2 -2
View File
@@ -8,8 +8,8 @@
* $Id$
*/
#ifndef __RINGBUF_H__
#define __RINGBUF_H__
#ifndef _RTEMS_RINGBUF_H
#define _RTEMS_RINGBUF_H
#ifndef RINGBUF_QUEUE_LENGTH
#define RINGBUF_QUEUE_LENGTH 128
+2 -2
View File
@@ -17,8 +17,8 @@
* $Id$
*/
#ifndef _RTC_DRIVER_h
#define _RTC_DRIVER_h
#ifndef _RTEMS_RTC_H
#define _RTEMS_RTC_H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -11,8 +11,8 @@
* $Id$
*/
#ifndef _INCLUDE_ASSOC_H
#define _INCLUDE_ASSOC_H
#ifndef _RTEMS_RTEMS_ASSOC_H
#define _RTEMS_RTEMS_ASSOC_H
typedef struct {
const char *name;
+2 -2
View File
@@ -8,8 +8,8 @@
* $Id$
*/
#ifndef __RTEMS_ERROR_h
#define __RTEMS_ERROR_h
#ifndef _RTEMS_RTEMS_ERROR_H
#define _RTEMS_RTEMS_ERROR_H
#ifdef __cplusplus
extern "C" {
@@ -17,8 +17,8 @@
* $Id$
*/
#ifndef __LIBC_SUPPORT_h
#define __LIBC_SUPPORT_h
#ifndef _RTEMS_RTEMS_LIBCSUPPORT_H
#define _RTEMS_RTEMS_LIBCSUPPORT_H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -20,8 +20,8 @@
* $Id$
*/
#ifndef _RTEMS_LIBIO_H
#define _RTEMS_LIBIO_H
#ifndef _RTEMS_RTEMS_LIBIO_H
#define _RTEMS_RTEMS_LIBIO_H
#include <rtems.h>
#include <sys/types.h>
+2 -2
View File
@@ -15,8 +15,8 @@
* $Id$
*/
#ifndef __RTEMS_LIBIO_INTERNAL__h
#define __RTEMS_LIBIO_INTERNAL__h
#ifndef _RTEMS_RTEMS_LIBIO__H
#define _RTEMS_RTEMS_LIBIO__H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -16,8 +16,8 @@
* $Id$
*/
#ifndef __SPURIOUS_h
#define __SPURIOUS_h
#ifndef _RTEMS_SPURIOUS_H
#define _RTEMS_SPURIOUS_H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -16,8 +16,8 @@
* $Id$
*/
#ifndef __TIMER_DRIVER_h
#define __TIMER_DRIVER_h
#ifndef _RTEMS_TIMERDRV_H
#define _RTEMS_TIMERDRV_H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -17,8 +17,8 @@
* $Id$
*/
#ifndef __VME_INTERRUPT_h
#define __VME_INTERRUPT_h
#ifndef _RTEMS_VMEINTR_H
#define _RTEMS_VMEINTR_H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -19,8 +19,8 @@
* $Id$
*/
#ifndef __Z8036_h
#define __Z8036_h
#ifndef _RTEMS_ZILOG_Z8036_H
#define _RTEMS_ZILOG_Z8036_H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -16,8 +16,8 @@
* $Id$
*/
#ifndef __Z8530_h
#define __Z8530_h
#ifndef _RTEMS_ZILOG_Z8530_H
#define _RTEMS_ZILOG_Z8530_H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -23,8 +23,8 @@
* $Id$
*/
#ifndef __Z8536_h
#define __Z8536_h
#ifndef _RTEMS_ZILOG_Z8536_H
#define _RTEMS_ZILOG_Z8536_H
#ifdef __cplusplus
extern "C" {