mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:24:17 +01:00
coreinit: Add __OSValidateAddressSpaceRange.
This commit is contained in:
parent
7e47e4daf4
commit
7495a9997f
@ -29,6 +29,11 @@ OSEffectiveToPhysical(uint32_t virtualAddress);
|
||||
BOOL
|
||||
OSIsAddressValid(uint32_t virtualAddress);
|
||||
|
||||
BOOL
|
||||
__OSValidateAddressSpaceRange(int /* unused */,
|
||||
uint32_t virtualAddress,
|
||||
uint32_t size);
|
||||
|
||||
/**
|
||||
* Allocates virtual address range for later mapping.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user