2002-08-05 Joel Sherrill <joel@OARcorp.com>

* rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
This commit is contained in:
Joel Sherrill
2002-08-05 19:20:40 +00:00
parent 098755b36f
commit 8b5847715c
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-08-05 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
2002-07-30 Jay Monkman <jtm@smoothsmoothie.com>
* cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,

View File

@@ -26,7 +26,7 @@ extern "C" {
#include <rtems/score/arm.h> /* pick up machine definitions */
#ifndef ASM
#include <rtems/score/armtypes.h>
#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */

View File

@@ -1,4 +1,4 @@
/* armtypes.h
/* types.h for ARM
*
* This include file contains type definitions pertaining to the
* arm processor family.