summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/rtems/score/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sparc/rtems/score/types.h')
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sparc/rtems/score/types.h b/cpukit/score/cpu/sparc/rtems/score/types.h
index 71a401c454..4186012589 100644
--- a/cpukit/score/cpu/sparc/rtems/score/types.h
+++ b/cpukit/score/cpu/sparc/rtems/score/types.h
@@ -27,6 +27,9 @@
extern "C" {
#endif
+/** Type that can store a 32-bit integer or a pointer. */
+typedef uintptr_t CPU_Uint32ptr;
+
/**
* @brief Priority bit map type.
*