cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle

This commit is contained in:
mailwl
2016-03-31 12:21:02 +03:00
parent 644fbbeb13
commit cb8e85a37d
5 changed files with 56 additions and 3 deletions

View File

@@ -5,8 +5,31 @@
#pragma once
namespace Service {
class Interface;
namespace CECD {
/**
* GetCecInfoEventHandle service function
* Inputs:
* 0: 0x000F0000
* Outputs:
* 1: ResultCode
* 3: Event Handle
*/
void GetCecInfoEventHandle(Service::Interface* self);
/**
* GetChangeStateEventHandle service function
* Inputs:
* 0: 0x00100000
* Outputs:
* 1: ResultCode
* 3: Event Handle
*/
void GetChangeStateEventHandle(Service::Interface* self);
/// Initialize CECD service(s)
void Init();