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:
Anas Nashif 2024-09-24 10:40:08 +00:00
parent 45727b5fe1
commit cb02d090bf
2 changed files with 7 additions and 0 deletions

View File

@ -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.
*/