]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/linux/panic_notifier.h
Merge tag 'pm-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[mirror_ubuntu-jammy-kernel.git] / include / linux / panic_notifier.h
CommitLineData
f39650de
AS
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _LINUX_PANIC_NOTIFIERS_H
3#define _LINUX_PANIC_NOTIFIERS_H
4
5#include <linux/notifier.h>
6#include <linux/types.h>
7
8extern struct atomic_notifier_head panic_notifier_list;
9
10extern bool crash_kexec_post_notifiers;
11
12#endif /* _LINUX_PANIC_NOTIFIERS_H */