blob: 9c80939b4d14773e1a57949c86988620e3006aa3 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Anton Blanchardc54b2bf2015-04-09 12:52:56 +10002#ifndef _ASM_NMI_H
3#define _ASM_NMI_H
4
Nicholas Piggin70412c52017-08-28 14:27:19 +10005#ifdef CONFIG_PPC_WATCHDOG
Nicholas Piggin21041802017-07-12 14:35:52 -07006extern void arch_touch_nmi_watchdog(void);
Nicholas Piggin21041802017-07-12 14:35:52 -07007#else
8static inline void arch_touch_nmi_watchdog(void) {}
9#endif
10
Anton Blanchardc54b2bf2015-04-09 12:52:56 +100011#endif /* _ASM_NMI_H */