Skip to content

Commit

Permalink
nn_ccr: Add CCRSysCaffeineSetDRCEnableFlag and CCRSysCaffeineSetEnabl…
Browse files Browse the repository at this point in the history
…eFlag
  • Loading branch information
Maschell committed Apr 26, 2024
1 parent 0282b8c commit 6ae63ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions include/nn/ccr/sys_caffeine.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ CCRSysCaffeineGetAppLaunchParam(CCRAppLaunchParam * data);
uint32_t
CCRSysCaffeineBootCheck();

/**
* @return 0 on success, -1 on error
*/
int32_t
CCRSysCaffeineSetDRCEnableFlag(int enabled);

/**
* @return 0 on success, -1 on error
*/
int32_t
CCRSysCaffeineSetEnableFlag(int enabled);

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 6ae63ef

Please sign in to comment.