[MIC] Add GetPower

This commit is contained in:
wheremyfoodat 2023-08-28 18:56:12 +03:00
parent ef22fd91da
commit 92a1f18af7
2 changed files with 11 additions and 0 deletions

View file

@ -17,6 +17,7 @@ class MICService {
// Service commands
void getEventHandle(u32 messagePointer);
void getGain(u32 messagePointer);
void getPower(u32 messagePointer);
void isSampling(u32 messagePointer);
void mapSharedMem(u32 messagePointer);
void setClamp(u32 messagePointer);