soc: intel_adsp: rename missing file during compilation
Fix renaming of file during refactoring of SoC. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
45727b5fe1
commit
cb02d090bf
|
@ -98,6 +98,13 @@ static ALWAYS_INLINE bool soc_cpu_is_powered(int cpu_num)
|
|||
return (ACE_PWRSTS2->dsphpxpgs & BIT(cpu_num)) == BIT(cpu_num);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Restore timer after leaving soft-off.
|
||||
*
|
||||
*/
|
||||
void intel_adsp_clock_soft_off_exit(void);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Retrieve node identifier for Intel ADSP HOST power domain.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue