]> Git Repo - linux.git/blob - include/linux/panic_notifier.h
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[linux.git] / include / linux / panic_notifier.h
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
8 extern struct atomic_notifier_head panic_notifier_list;
9
10 extern bool crash_kexec_post_notifiers;
11
12 #endif  /* _LINUX_PANIC_NOTIFIERS_H */
This page took 0.034116 seconds and 4 git commands to generate.