activate.vpk/app/rtcUserBridge.h

8 lines
452 B
C
Raw Normal View History

2018-06-02 12:33:15 +00:00
int silRtcSetCurrentTick(unsigned int timestamp1, unsigned int timestamp2);
int silRtcSetCurrentNetworkTick(unsigned int timestamp1, unsigned int timestamp2);
2019-08-10 10:42:14 +00:00
int silRtcSetCurrentSecureTick(unsigned int timestamp1, unsigned int timestamp2);
2019-11-10 15:24:12 +00:00
int silSblPostSsMgrSetCpRtc(unsigned int timestamp);
2019-11-12 10:58:46 +00:00
int silDumpNvsAct(unsigned int fileno);
2021-08-21 06:49:39 +00:00
int silRestoreNvsAct(unsigned int fileno);
int silIoMount(int id, int permission);
int silIoUmount(int id, int force);