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
1 changed files with 2 additions and 0 deletions

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