mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
os: amend io region api
This commit is contained in:
parent
3eac814268
commit
00d0c94f2d
3 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@ namespace ams::os {
|
|||
return ResultSuccess();
|
||||
}
|
||||
|
||||
void AttachIoRegion(IoRegionType *io_region, size_t size, Handle handle, bool managed) {
|
||||
void AttachIoRegionHandle(IoRegionType *io_region, size_t size, Handle handle, bool managed) {
|
||||
/* Check pre-conditions. */
|
||||
AMS_ASSERT(io_region != nullptr);
|
||||
AMS_ASSERT(util::IsAligned(size, os::MemoryPageSize));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue