Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / include / linux / panic_notifier.h
blob41e32483d7a7b8381dc6b14dc46e35ed8e8bec4f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_PANIC_NOTIFIERS_H
3 #define _LINUX_PANIC_NOTIFIERS_H
5 #include <linux/notifier.h>
6 #include <linux/types.h>
8 extern struct atomic_notifier_head panic_notifier_list;
10 extern bool crash_kexec_post_notifiers;
12 #endif /* _LINUX_PANIC_NOTIFIERS_H */