Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / drivers / cpuidle / cpuidle-psci.h
CommitLineData
a5e0454c
UH
1/* SPDX-License-Identifier: GPL-2.0 */
2
3#ifndef __CPUIDLE_PSCI_H
4#define __CPUIDLE_PSCI_H
5
a65a397f
UH
6struct device_node;
7
8void psci_set_domain_state(u32 state);
166bf835 9int psci_dt_parse_state_node(struct device_node *np, u32 *state);
a65a397f 10
a5e0454c 11#endif /* __CPUIDLE_PSCI_H */