summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/moxie/include/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-03-08 16:16:42 -0600
committerJoel Sherrill <joel@rtems.org>2018-03-12 14:29:39 -0500
commita518ff4ba9846a15e1add2e6b6a7b721fb35339a (patch)
tree47efc00763aab2e5fd2f9805ae9da31018d5ea36 /cpukit/score/cpu/moxie/include/rtems/score/cpu.h
parentsh/include/rtems/score/types.h: Eliminate this file (diff)
downloadrtems-a518ff4ba9846a15e1add2e6b6a7b721fb35339a.tar.bz2
moxie/include/rtems/score/types.h: Eliminate this file
Updates #3327.
Diffstat (limited to 'cpukit/score/cpu/moxie/include/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/moxie/include/rtems/score/cpu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/score/cpu/moxie/include/rtems/score/cpu.h b/cpukit/score/cpu/moxie/include/rtems/score/cpu.h
index a3aac9ee41..7ab3e373b4 100644
--- a/cpukit/score/cpu/moxie/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/moxie/include/rtems/score/cpu.h
@@ -24,7 +24,7 @@
extern "C" {
#endif
-#include <rtems/score/types.h>
+#include <rtems/score/basedefs.h>
#include <rtems/score/moxie.h> /* pick up machine definitions */
#include <rtems/bspIo.h> /* printk */
@@ -845,6 +845,9 @@ static inline CPU_Counter_ticks _CPU_Counter_difference(
return second - first;
}
+/** Type that can store a 32-bit integer or a pointer. */
+typedef uintptr_t CPU_Uint32ptr;
+
#ifdef __cplusplus
}
#endif