mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 18:10:52 +08:00
New header guard.
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _INCLUDE_PPC_h
|
||||
#define _INCLUDE_PPC_h
|
||||
#ifndef _RTEMS_SCORE_POWERPC_H
|
||||
#define _RTEMS_SCORE_POWERPC_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __ARM_ASM_h
|
||||
#define __ARM_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __ARM_ASM_h
|
||||
#define __ARM_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE_ARM_h
|
||||
#define _INCLUDE_ARM_h
|
||||
#ifndef _RTEMS_SCORE_ARM_H
|
||||
#define _RTEMS_SCORE_ARM_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
*/
|
||||
|
||||
/* FIXME: finish commenting/cleaning up this file */
|
||||
#ifndef __CPU_h
|
||||
#define __CPU_h
|
||||
#ifndef _RTEMS_SCORE_CPU_H
|
||||
#define _RTEMS_SCORE_CPU_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __CPU_ASM_h
|
||||
#define __CPU_ASM_h
|
||||
#ifndef _RTEMS_SCORE_CPU_ASM_H
|
||||
#define _RTEMS_SCORE_CPU_ASM_H
|
||||
|
||||
|
||||
/* Registers saved in context switch: */
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __rtems_score_types_h
|
||||
#define __rtems_score_types_h
|
||||
#ifndef _RTEMS_SCORE_TYPES_H
|
||||
#define _RTEMS_SCORE_TYPES_H
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __rtems_asm_h
|
||||
#define __rtems_asm_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __rtems_asm_h
|
||||
#define __rtems_asm_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _rtems_score_avr_h
|
||||
#define _rtems_score_avr_h
|
||||
#ifndef _RTEMS_SCORE_AVR_H
|
||||
#define _RTEMS_SCORE_AVR_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CPU_h
|
||||
#define __CPU_h
|
||||
#ifndef _RTEMS_SCORE_CPU_H
|
||||
#define _RTEMS_SCORE_CPU_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __CPU_ASM_h
|
||||
#define __CPU_ASM_h
|
||||
#ifndef _RTEMS_SCORE_CPU_ASM_H
|
||||
#define _RTEMS_SCORE_CPU_ASM_H
|
||||
|
||||
/* pull in the generated offsets */
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __rtems_score_types_h
|
||||
#define __rtems_score_types_h
|
||||
#ifndef _RTEMS_SCORE_TYPES_H
|
||||
#define _RTEMS_SCORE_TYPES_H
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __C4X_ASM_h
|
||||
#define __C4X_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __C4X_ASM_h
|
||||
#define __C4X_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE_C4X_h
|
||||
#define _INCLUDE_C4X_h
|
||||
#ifndef _RTEMS_SCORE_C4X_H
|
||||
#define _RTEMS_SCORE_C4X_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CPU_h
|
||||
#define __CPU_h
|
||||
#ifndef _RTEMS_SCORE_CPU_H
|
||||
#define _RTEMS_SCORE_CPU_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __CPU_ASM_h
|
||||
#define __CPU_ASM_h
|
||||
#ifndef _RTEMS_SCORE_CPU_ASM_H
|
||||
#define _RTEMS_SCORE_CPU_ASM_H
|
||||
|
||||
/* pull in the generated offsets */
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __rtems_score_types_h
|
||||
#define __rtems_score_types_h
|
||||
#ifndef _RTEMS_SCORE_TYPES_H
|
||||
#define _RTEMS_SCORE_TYPES_H
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __H8300_CPU_ASM_h
|
||||
#define __H8300_CPU_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __H8300_CPU_ASM_h
|
||||
#define __H8300_CPU_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CPU_h
|
||||
#define __CPU_h
|
||||
#ifndef _RTEMS_SCORE_CPU_H
|
||||
#define _RTEMS_SCORE_CPU_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE_H8300_h
|
||||
#define _INCLUDE_H8300_h
|
||||
#ifndef _RTEMS_SCORE_H8300_H
|
||||
#define _RTEMS_SCORE_H8300_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __rtems_score_types_h
|
||||
#define __rtems_score_types_h
|
||||
#ifndef _RTEMS_SCORE_TYPES_H
|
||||
#define _RTEMS_SCORE_TYPES_H
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __i386_ASM_h
|
||||
#define __i386_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __i386_ASM_h
|
||||
#define __i386_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CPU_h
|
||||
#define __CPU_h
|
||||
#ifndef _RTEMS_SCORE_CPU_H
|
||||
#define _RTEMS_SCORE_CPU_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __i386_h
|
||||
#define __i386_h
|
||||
#ifndef _RTEMS_SCORE_I386_H
|
||||
#define _RTEMS_SCORE_I386_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
* Applications must not include this file directly.
|
||||
*/
|
||||
|
||||
#ifndef _rtems_score_idtr_h
|
||||
#define _rtems_score_idtr_h
|
||||
#ifndef _RTEMS_SCORE_IDTR_H
|
||||
#define _RTEMS_SCORE_IDTR_H
|
||||
|
||||
/*
|
||||
* See page 14.9 Figure 14-2.
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
* Applications must not include this file directly.
|
||||
*/
|
||||
|
||||
#ifndef _rtems_score_interrupts_h
|
||||
#define _rtems_score_interrupts_h
|
||||
#ifndef _RTEMS_SCORE_INTERRUPTS_H
|
||||
#define _RTEMS_SCORE_INTERRUPTS_H
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _rtems_score_registers_h
|
||||
#define _rtems_score_registers_h
|
||||
#ifndef _RTEMS_SCORE_REGISTERS_H
|
||||
#define _RTEMS_SCORE_REGISTERS_H
|
||||
|
||||
/*
|
||||
* definition related to EFLAGS
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __rtems_score_types_h
|
||||
#define __rtems_score_types_h
|
||||
#ifndef _RTEMS_SCORE_TYPES_H
|
||||
#define _RTEMS_SCORE_TYPES_H
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __M68k_ASM_h
|
||||
#define __M68k_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __M68k_ASM_h
|
||||
#define __M68k_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CPU_h
|
||||
#define __CPU_h
|
||||
#ifndef _RTEMS_SCORE_CPU_H
|
||||
#define _RTEMS_SCORE_CPU_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __M68k_h
|
||||
#define __M68k_h
|
||||
#ifndef _RTEMS_SCORE_M68K_H
|
||||
#define _RTEMS_SCORE_M68K_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __rtems_score_types_h
|
||||
#define __rtems_score_types_h
|
||||
#ifndef _RTEMS_SCORE_TYPES_H
|
||||
#define _RTEMS_SCORE_TYPES_H
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
*/
|
||||
/* @(#)asm.h 03/15/96 1.1 */
|
||||
|
||||
#ifndef __NO_CPU_ASM_h
|
||||
#define __NO_CPU_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
*/
|
||||
/* @(#)asm.h 03/15/96 1.1 */
|
||||
|
||||
#ifndef __NO_CPU_ASM_h
|
||||
#define __NO_CPU_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CPU_h
|
||||
#define __CPU_h
|
||||
#ifndef _RTEMS_SCORE_CPU_H
|
||||
#define _RTEMS_SCORE_CPU_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE_MIPS_h
|
||||
#define _INCLUDE_MIPS_h
|
||||
#ifndef _RTEMS_SCORE_MIPS_H
|
||||
#define _RTEMS_SCORE_MIPS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
/* @(#)mipstypes.h 08/20/96 1.4 */
|
||||
|
||||
#ifndef __rtems_score_types_h
|
||||
#define __rtems_score_types_h
|
||||
#ifndef _RTEMS_SCORE_TYPES_H
|
||||
#define _RTEMS_SCORE_TYPES_H
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __NO_CPU_ASM_h
|
||||
#define __NO_CPU_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __NO_CPU_ASM_h
|
||||
#define __NO_CPU_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CPU_h
|
||||
#define __CPU_h
|
||||
#ifndef _RTEMS_SCORE_CPU_H
|
||||
#define _RTEMS_SCORE_CPU_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __CPU_ASM_h
|
||||
#define __CPU_ASM_h
|
||||
#ifndef _RTEMS_SCORE_CPU_ASM_H
|
||||
#define _RTEMS_SCORE_CPU_ASM_H
|
||||
|
||||
/* pull in the generated offsets */
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE_NO_CPU_h
|
||||
#define _INCLUDE_NO_CPU_h
|
||||
#ifndef _RTEMS_SCORE_NO_CPU_H
|
||||
#define _RTEMS_SCORE_NO_CPU_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __rtems_score_types_h
|
||||
#define __rtems_score_types_h
|
||||
#ifndef _RTEMS_SCORE_TYPES_H
|
||||
#define _RTEMS_SCORE_TYPES_H
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __OR1K_ASM_h
|
||||
#define __OR1K_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __OR1K_ASM_h
|
||||
#define __OR1K_ASM_h
|
||||
#ifndef _RTEMS_ASM_H
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/*
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user