kern: Implement new PageTable operations/PhysicalMemory reference semantics
This commit is contained in:
@@ -138,6 +138,7 @@ namespace ams::kern {
|
||||
|
||||
Result AddBlock(KPhysicalAddress addr, size_t num_pages);
|
||||
void Open() const;
|
||||
void OpenFirst() const;
|
||||
void Close() const;
|
||||
|
||||
size_t GetNumPages() const;
|
||||
|
||||
Reference in New Issue
Block a user