This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Provide rman_res_t for RTEMS via <machine/types.h>


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=40f07f792292880c5d3f1cc1baa7160c9ab07fa8

commit 40f07f792292880c5d3f1cc1baa7160c9ab07fa8
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Tue Oct 25 07:13:50 2016 +0200

    Provide rman_res_t for RTEMS via <machine/types.h>
    
    Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>

Diff:
---
 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 */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]