blob: b6fcb35dc6ba7e0fcd24198d2a7edc6a33ca7c23 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
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_
11extern void cp_msa_sleep(void);
12extern void set_idle_count(u32 cpu, u32 val);
13#endif
14