summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:07:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:07:20 +0000
commitfa1dbc076a5f73552c79899c68580c08e60b5501 (patch)
tree7675f20f8257e334dda334c8cde5e9f0fff8c8b7 /cpukit/score/cpu/unix/rtems/score/cpu.h
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-fa1dbc076a5f73552c79899c68580c08e60b5501.tar.bz2
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/unixtypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/unix/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/unix/rtems/score/cpu.h b/cpukit/score/cpu/unix/rtems/score/cpu.h
index 984b414281..644fbb4b86 100644
--- a/cpukit/score/cpu/unix/rtems/score/cpu.h
+++ b/cpukit/score/cpu/unix/rtems/score/cpu.h
@@ -21,7 +21,7 @@ extern "C" {
#include <rtems/score/unix.h> /* pick up machine definitions */
#ifndef ASM
-#include <rtems/score/unixtypes.h>
+#include <rtems/score/types.h>
#endif
#include <rtems/score/unixsize.h>