summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-03-08 17:25:54 -0600
committerJoel Sherrill <joel@rtems.org>2018-03-12 14:29:40 -0500
commitd978d1b47346ab90b43a3d879cd283705082d09a (patch)
treef4a4b25e9555a87e65e90667957aa4e7f793d61b /cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
parentm68k/include/rtems/score/types.h: Eliminate this file (diff)
downloadrtems-d978d1b47346ab90b43a3d879cd283705082d09a.tar.bz2
powerpc/include/rtems/score/types.h: Eliminate this file
Updates #3327.
Diffstat (limited to 'cpukit/score/cpu/powerpc/include/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/powerpc/include/rtems/score/cpu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/score/cpu/powerpc/include/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
index 8c0f200641..7b6948a1d2 100644
--- a/cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
@@ -35,7 +35,7 @@
#ifndef _RTEMS_SCORE_CPU_H
#define _RTEMS_SCORE_CPU_H
-#include <rtems/score/types.h>
+#include <rtems/score/basedefs.h>
#include <rtems/score/powerpc.h>
#include <rtems/powerpc/registers.h>
@@ -1248,6 +1248,9 @@ void _CPU_Fatal_error(
uint32_t _error
);
+/** Type that can store a 32-bit integer or a pointer. */
+typedef uintptr_t CPU_Uint32ptr;
+
#endif /* ASM */
#ifdef __cplusplus