Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _LINUX_PANIC_NOTIFIERS_H
0003 #define _LINUX_PANIC_NOTIFIERS_H
0004 
0005 #include <linux/notifier.h>
0006 #include <linux/types.h>
0007 
0008 extern struct atomic_notifier_head panic_notifier_list;
0009 
0010 extern bool crash_kexec_post_notifiers;
0011 
0012 #endif  /* _LINUX_PANIC_NOTIFIERS_H */