From 46d3c6d83302c256ddfd3a249da39c0e86497782 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Mon, 16 Mar 2015 16:15:55 -0400 Subject: cpukit: add and use CPU_Uint32ptr type --- cpukit/score/cpu/sparc64/rtems/score/types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/score/cpu/sparc64/rtems/score') diff --git a/cpukit/score/cpu/sparc64/rtems/score/types.h b/cpukit/score/cpu/sparc64/rtems/score/types.h index 8f2c7e37a6..c4d1c7f85e 100644 --- a/cpukit/score/cpu/sparc64/rtems/score/types.h +++ b/cpukit/score/cpu/sparc64/rtems/score/types.h @@ -30,6 +30,9 @@ 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 sparc_isr; typedef void ( *sparc_isr_entry )( void ); -- cgit v1.2.3