b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /* |
2 | * (C) Copyright 2012 | ||||
3 | * Marvell Semiconductor <www.marvell.com> | ||||
4 | * Written-by: Jane Li <jiel@marvell.com> | ||||
5 | * | ||||
6 | * SPDX-License-Identifier: GPL-2.0+ | ||||
7 | */ | ||||
8 | |||||
9 | #ifndef MMP_IDLE_H_ | ||||
10 | #define MMP_IDLE_H_ | ||||
11 | extern void cp_msa_sleep(void); | ||||
12 | extern void set_idle_count(u32 cpu, u32 val); | ||||
13 | #endif | ||||
14 |