--- zzzz-none-000/linux-5.4.213/include/linux/reboot.h 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/include/linux/reboot.h 2024-05-29 11:20:02.000000000 +0000 @@ -79,7 +79,9 @@ extern void orderly_poweroff(bool force); extern void orderly_reboot(void); - +#ifdef CONFIG_KASAN +extern bool nand_device_suspended; +#endif /* * Emergency restart, callable from an interrupt handler. */