kern: add SvcCreatePort, SvcConnectToPort

This commit is contained in:
Michael Scire
2020-07-14 02:24:26 -07:00
committed by SciresM
parent 9f79710cb7
commit 93be2ffcba
10 changed files with 338 additions and 11 deletions

View File

@@ -50,6 +50,7 @@ namespace ams::kern {
/* TODO: More of KClientPort. */
Result CreateSession(KClientSession **out);
Result CreateLightSession(KLightClientSession **out);
};
}