4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-20 16:01:10 +08:00

Provide rman_res_t for RTEMS via <machine/types.h>

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
Sebastian Huber 2016-10-25 07:13:50 +02:00 committed by Corinna Vinschen
parent b1f3215380
commit 40f07f7922

View File

@ -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 */