mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 12:08:02 +08:00
New header guards.
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
* $ld:
|
||||
*/
|
||||
|
||||
#ifndef __CHAIN_h
|
||||
#define __CHAIN_h
|
||||
#ifndef _RTEMS_CHAIN_H
|
||||
#define _RTEMS_CHAIN_H
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __SPURIOUS_h
|
||||
#define __SPURIOUS_h
|
||||
#ifndef _RTEMS_SPURIOUS_H
|
||||
#define _RTEMS_SPURIOUS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user