kern: implement transfer memory (and SVCs)

This commit is contained in:
Michael Scire
2020-07-23 00:44:33 -07:00
committed by SciresM
parent 28aab09b5d
commit d87a9f011c
8 changed files with 312 additions and 19 deletions

View File

@@ -54,8 +54,6 @@ namespace ams::kern {
u64 GetOwnerProcessId() const { return this->owner_process_id; }
size_t GetSize() const { return this->page_group.GetNumPages() * PageSize; }
public:
/* TODO: This is a placeholder definition. */
};
}