htc: declare and begin impl of HtclowManagerImpl interface

This commit is contained in:
Michael Scire
2021-02-09 12:36:37 -08:00
committed by SciresM
parent 968ce12492
commit e20c2450ce
20 changed files with 405 additions and 9 deletions

View File

@@ -53,6 +53,10 @@ namespace ams::htclow::mux {
void UpdateChannelState();
void UpdateMuxState();
public:
Result Open(impl::ChannelInternalType channel);
os::EventType *GetTaskEvent(u32 task_id);
private:
Result CheckChannelExist(impl::ChannelInternalType channel);