brintos

brintos / linux-shallow public Read only

0
0
Text · 248 B · ef004ec Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2 3#ifndef __CPUIDLE_PSCI_H4#define __CPUIDLE_PSCI_H5 6struct device_node;7 8void psci_set_domain_state(u32 state);9int psci_dt_parse_state_node(struct device_node *np, u32 *state);10 11#endif /* __CPUIDLE_PSCI_H */12