]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-headers/linux/psci.h
linux-headers: Update to v5.18-rc6
[mirror_qemu.git] / linux-headers / linux / psci.h
index a6772d508b25a3bdb32290f275b116825cb74248..213b2a0f70b5384abd1c3fdfedccf37e80f5f142 100644 (file)
 #define PSCI_0_2_TOS_UP_NO_MIGRATE             1
 #define PSCI_0_2_TOS_MP                                2
 
+/* PSCI v1.1 reset type encoding for SYSTEM_RESET2 */
+#define PSCI_1_1_RESET_TYPE_SYSTEM_WARM_RESET  0
+#define PSCI_1_1_RESET_TYPE_VENDOR_START       0x80000000U
+
 /* PSCI version decoding (independent of PSCI version) */
 #define PSCI_VERSION_MAJOR_SHIFT               16
 #define PSCI_VERSION_MINOR_MASK                        \