Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
tty
/
2d6c4e40ab7eb1ab7b8cd4a232b0c9554ea8de9b
/
.
/
arch
/
powerpc
/
include
/
asm
/
nmi.h
blob: 9c80939b4d14773e1a57949c86988620e3006aa3 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_NMI_H
#define
_ASM_NMI_H
#ifdef
CONFIG_PPC_WATCHDOG
extern
void
arch_touch_nmi_watchdog
(
void
);
#else
static
inline
void
arch_touch_nmi_watchdog
(
void
)
{}
#endif
#endif
/* _ASM_NMI_H */