cpuidle-psci.h 248 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __CPUIDLE_PSCI_H
  3. #define __CPUIDLE_PSCI_H
  4. struct device_node;
  5. void psci_set_domain_state(u32 state);
  6. int psci_dt_parse_state_node(struct device_node *np, u32 *state);
  7. #endif /* __CPUIDLE_PSCI_H */