sysmodule: add get/set kip ipc commands
This commit is contained in:
@@ -163,4 +163,10 @@ Result hocClkIpcSetKipData()
|
||||
{
|
||||
u32 temp;
|
||||
return serviceDispatchIn(&g_sysclkSrv, HocClkIpcCmd_SetKipData, temp);
|
||||
}
|
||||
|
||||
Result hocClkIpcGetKipData()
|
||||
{
|
||||
u32 temp;
|
||||
return serviceDispatchIn(&g_sysclkSrv, HocClkIpcCmd_GetKipData, temp);
|
||||
}
|
||||
Reference in New Issue
Block a user