drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / drivers / cpuidle / cpuidle-psci.h
blobef004ec7a7c5c2109b058b32bebf024da818005b
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __CPUIDLE_PSCI_H
4 #define __CPUIDLE_PSCI_H
6 struct device_node;
8 void psci_set_domain_state(u32 state);
9 int psci_dt_parse_state_node(struct device_node *np, u32 *state);
11 #endif /* __CPUIDLE_PSCI_H */