mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 22:47:59 -05:00
kernel: process_capability: Add MapRegion capability
- Used by nx-hbloader
This commit is contained in:
@ -231,6 +231,9 @@ private:
|
||||
/// Handles flags related to mapping IO pages.
|
||||
ResultCode HandleMapIOFlags(u32 flags, KPageTable& page_table);
|
||||
|
||||
/// Handles flags related to mapping physical memory regions.
|
||||
ResultCode HandleMapRegionFlags(u32 flags, KPageTable& page_table);
|
||||
|
||||
/// Handles flags related to the interrupt capability flags.
|
||||
ResultCode HandleInterruptFlags(u32 flags);
|
||||
|
||||
|
Reference in New Issue
Block a user