htc: begin skeletoning types for HtcmiscImpl

This commit is contained in:
Michael Scire
2021-02-09 06:16:43 -08:00
committed by SciresM
parent 889f144b27
commit 1963ae7ec0
13 changed files with 320 additions and 6 deletions

View File

@@ -24,11 +24,11 @@ namespace ams::htclow::ctrl {
.module_id = ModuleId::Htcfs,
},
{
.channel_id = 1, /* TODO: htcmisc::ServerChannelId? */
.channel_id = 1, /* TODO: htcmisc::ClientChannelId? */
.module_id = ModuleId::Htcmisc,
},
{
.channel_id = 2, /* TODO: htcmisc::ClientChannelId? */
.channel_id = 2, /* TODO: htcmisc::ServerChannelId? */
.module_id = ModuleId::Htcmisc,
},
{