Commit bf14df1e authored by Varun Wadekar's avatar Varun Wadekar Committed by varunw-nvidia
Browse files

Tegra194: mce: declare nvg_roc_clean_cache_trbits()



This patch adds the nvg_roc_clean_cache_trbits() function prototype
to mce_private.h to fix compilation failures seen with the Tegra194
builds.

Change-Id: I313556f6799792fc0141afb5822cc157db80bc47
Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent ac893456
...@@ -54,6 +54,7 @@ int32_t nvg_is_sc7_allowed(void); ...@@ -54,6 +54,7 @@ int32_t nvg_is_sc7_allowed(void);
int32_t nvg_online_core(uint32_t core); int32_t nvg_online_core(uint32_t core);
int32_t nvg_update_ccplex_gsc(uint32_t gsc_idx); int32_t nvg_update_ccplex_gsc(uint32_t gsc_idx);
int32_t nvg_enter_cstate(uint32_t state, uint32_t wake_time); int32_t nvg_enter_cstate(uint32_t state, uint32_t wake_time);
int32_t nvg_roc_clean_cache_trbits(void);
void nvg_enable_strict_checking_mode(void); void nvg_enable_strict_checking_mode(void);
void nvg_system_shutdown(void); void nvg_system_shutdown(void);
void nvg_system_reboot(void); void nvg_system_reboot(void);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment