[PATCH v2 3/3] Provide rman_res_t for RTEMS via <machine/types.h>

Sebastian Huber sebastian.huber@embedded-brains.de
Tue Oct 25 05:14:00 GMT 2016


Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
---
 newlib/libc/sys/rtems/include/machine/types.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/newlib/libc/sys/rtems/include/machine/types.h b/newlib/libc/sys/rtems/include/machine/types.h
index 52ff790..afbb341 100644
--- a/newlib/libc/sys/rtems/include/machine/types.h
+++ b/newlib/libc/sys/rtems/include/machine/types.h
@@ -70,4 +70,6 @@ typedef	__uintptr_t	vm_paddr_t;
 typedef	__uintptr_t	vm_pindex_t;
 typedef	__uintptr_t	vm_size_t;
 
+typedef	__uintmax_t	rman_res_t;
+
 #endif /* __BSD_VISIBLE */
-- 
1.8.4.5



More information about the Newlib mailing list