Changeset af413e95 in rtems
- Timestamp:
- Nov 21, 2004, 11:06:03 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8adc214
- Parents:
- b8ed8a9f
- Location:
- cpukit/score/cpu
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/arm/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/arm/rtems/score/types.h
rb8ed8a9f raf413e95 18 18 */ 19 19 20 #ifndef __ ARM_TYPES_h21 #define __ ARM_TYPES_h20 #ifndef __rtems_score_types_h 21 #define __rtems_score_types_h 22 22 23 23 #ifndef ASM -
cpukit/score/cpu/c4x/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/c4x/rtems/score/types.h
rb8ed8a9f raf413e95 17 17 */ 18 18 19 #ifndef __ C4X_TYPES_h20 #define __ C4X_TYPES_h19 #ifndef __rtems_score_types_h 20 #define __rtems_score_types_h 21 21 22 22 #ifndef ASM -
cpukit/score/cpu/h8300/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/h8300/rtems/score/types.h
rb8ed8a9f raf413e95 17 17 */ 18 18 19 #ifndef __ H8300_TYPES_h20 #define __ H8300_TYPES_h19 #ifndef __rtems_score_types_h 20 #define __rtems_score_types_h 21 21 22 22 #ifndef ASM -
cpukit/score/cpu/i386/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/i386/rtems/score/types.h
rb8ed8a9f raf413e95 17 17 */ 18 18 19 #ifndef __ i386_TYPES_h20 #define __ i386_TYPES_h19 #ifndef __rtems_score_types_h 20 #define __rtems_score_types_h 21 21 22 22 #ifndef ASM -
cpukit/score/cpu/m68k/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/m68k/rtems/score/types.h
rb8ed8a9f raf413e95 17 17 */ 18 18 19 #ifndef __ M68k_TYPES_h20 #define __ M68k_TYPES_h19 #ifndef __rtems_score_types_h 20 #define __rtems_score_types_h 21 21 22 22 #ifndef ASM -
cpukit/score/cpu/mips/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/mips/rtems/score/types.h
rb8ed8a9f raf413e95 18 18 /* @(#)mipstypes.h 08/20/96 1.4 */ 19 19 20 #ifndef __ MIPS_TYPES_h21 #define __ MIPS_TYPES_h20 #ifndef __rtems_score_types_h 21 #define __rtems_score_types_h 22 22 23 23 #ifndef ASM -
cpukit/score/cpu/no_cpu/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/no_cpu/rtems/score/types.h
rb8ed8a9f raf413e95 17 17 */ 18 18 19 #ifndef __ NO_CPU_TYPES_h20 #define __ NO_CPU_TYPES_h19 #ifndef __rtems_score_types_h 20 #define __rtems_score_types_h 21 21 22 22 #ifndef ASM -
cpukit/score/cpu/or32/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/or32/rtems/score/types.h
rb8ed8a9f raf413e95 19 19 */ 20 20 21 #ifndef __ OR1K_TYPES_h22 #define __ OR1K_TYPES_h21 #ifndef __rtems_score_types_h 22 #define __rtems_score_types_h 23 23 24 24 #ifndef ASM -
cpukit/score/cpu/powerpc/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/powerpc/rtems/score/types.h
rb8ed8a9f raf413e95 34 34 */ 35 35 36 #ifndef __ PPC_TYPES_h37 #define __ PPC_TYPES_h36 #ifndef __rtems_score_types_h 37 #define __rtems_score_types_h 38 38 39 39 #ifndef ASM -
cpukit/score/cpu/sh/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/sh/rtems/score/types.h
rb8ed8a9f raf413e95 27 27 */ 28 28 29 #ifndef __ CPU_SH_TYPES_h30 #define __ CPU_SH_TYPES_h29 #ifndef __rtems_score_types_h 30 #define __rtems_score_types_h 31 31 32 32 #ifndef ASM -
cpukit/score/cpu/sparc/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/sparc/rtems/score/types.h
rb8ed8a9f raf413e95 17 17 */ 18 18 19 #ifndef __ SPARC_TYPES_h20 #define __ SPARC_TYPES_h19 #ifndef __rtems_score_types_h 20 #define __rtems_score_types_h 21 21 22 22 #ifndef ASM -
cpukit/score/cpu/unix/ChangeLog
rb8ed8a9f raf413e95 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/types.h: Use __rtems_score_types_h as preprocessor 4 guard. 5 1 6 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/unix/rtems/score/types.h
rb8ed8a9f raf413e95 17 17 */ 18 18 19 #ifndef __ UNIX_TYPES_h20 #define __ UNIX_TYPES_h19 #ifndef __rtems_score_types_h 20 #define __rtems_score_types_h 21 21 22 22 #ifndef ASM
Note: See TracChangeset
for help on using the changeset viewer.