]> Git Repo - J-linux.git/blob - drivers/cpuidle/cpuidle-psci.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / cpuidle / cpuidle-psci.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef __CPUIDLE_PSCI_H
4 #define __CPUIDLE_PSCI_H
5
6 struct device_node;
7
8 void psci_set_domain_state(u32 state);
9 int psci_dt_parse_state_node(struct device_node *np, u32 *state);
10
11 #endif /* __CPUIDLE_PSCI_H */
This page took 0.02645 seconds and 4 git commands to generate.