Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Anton Blanchard | c54b2bf | 2015-04-09 12:52:56 +1000 | [diff] [blame] | 2 | #ifndef _ASM_NMI_H |
| 3 | #define _ASM_NMI_H |
| 4 | |
Nicholas Piggin | 70412c5 | 2017-08-28 14:27:19 +1000 | [diff] [blame] | 5 | #ifdef CONFIG_PPC_WATCHDOG |
Nicholas Piggin | 2104180 | 2017-07-12 14:35:52 -0700 | [diff] [blame] | 6 | extern void arch_touch_nmi_watchdog(void); |
Nicholas Piggin | 2104180 | 2017-07-12 14:35:52 -0700 | [diff] [blame] | 7 | #else |
| 8 | static inline void arch_touch_nmi_watchdog(void) {} |
| 9 | #endif |
| 10 | |
Anton Blanchard | c54b2bf | 2015-04-09 12:52:56 +1000 | [diff] [blame] | 11 | #endif /* _ASM_NMI_H */ |