Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __NMI_H
0003 #define __NMI_H
0004 
0005 int __init nmi_init(void);
0006 void perfctr_irq(int irq, struct pt_regs *regs);
0007 void nmi_adjust_hz(unsigned int new_hz);
0008 
0009 extern atomic_t nmi_active;
0010 
0011 void arch_touch_nmi_watchdog(void);
0012 void start_nmi_watchdog(void *unused);
0013 void stop_nmi_watchdog(void *unused);
0014 
0015 #endif /* __NMI_H */