^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #ifndef __NMI_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) #define __NMI_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) int __init nmi_init(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) void perfctr_irq(int irq, struct pt_regs *regs);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) void nmi_adjust_hz(unsigned int new_hz);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) extern atomic_t nmi_active;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) void arch_touch_nmi_watchdog(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) void start_nmi_watchdog(void *unused);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) void stop_nmi_watchdog(void *unused);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #endif /* __NMI_H */