coreinit: Add OSIsAddressValid.

This commit is contained in:
James Benton 2019-01-10 09:43:02 +00:00
parent 80f57713b8
commit 7bee4c7ca4

View File

@ -26,6 +26,9 @@ typedef enum OSMemoryMapMode
uint32_t
OSEffectiveToPhysical(uint32_t virtualAddress);
BOOL
OSIsAddressValid(uint32_t virtualAddress);
/**
* Allocates virtual address range for later mapping.
*