1 // © 2021 Qualcomm Innovation Center, Inc. All rights reserved.
2 //
3 // SPDX-License-Identifier: BSD-3-Clause
4 
5 void
6 ete_save_context_percpu(cpu_index_t cpu, bool may_poweroff);
7 
8 void
9 ete_restore_context_percpu(cpu_index_t cpu, bool was_poweroff);
10