summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/moxie/rtems/score/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/moxie/rtems/score/types.h')
-rw-r--r--cpukit/score/cpu/moxie/rtems/score/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/moxie/rtems/score/types.h b/cpukit/score/cpu/moxie/rtems/score/types.h
index 9cabd1559f..64427a831a 100644
--- a/cpukit/score/cpu/moxie/rtems/score/types.h
+++ b/cpukit/score/cpu/moxie/rtems/score/types.h
@@ -34,6 +34,10 @@ extern "C" {
/*
* This section defines the basic types for this processor.
*/
+
+/** Type that can store a 32-bit integer or a pointer. */
+typedef uintptr_t CPU_Uint32ptr;
+
typedef uint16_t Priority_bit_map_Word;
typedef void moxie_isr;
typedef void ( *moxie_isr_entry )( void );