1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __CPUIDLE_PSCI_H
4 #define __CPUIDLE_PSCI_H
8 void psci_set_domain_state(u32 state
);
9 int __init
psci_dt_parse_state_node(struct device_node
*np
, u32
*state
);
11 #ifdef CONFIG_PM_GENERIC_DOMAINS_OF
12 struct device __init
*psci_dt_attach_cpu(int cpu
);
14 static inline struct device __init
*psci_dt_attach_cpu(int cpu
) { return NULL
; }
17 #endif /* __CPUIDLE_PSCI_H */