Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / blackfin / include / asm / nmi.h
blob107d23705f465db6b363b10c5bff46203b2205f0
1 /*
2 * Copyright 2010 Analog Devices Inc.
4 * Licensed under the GPL-2
5 */
7 #ifndef _BFIN_NMI_H_
8 #define _BFIN_NMI_H_
10 #include <linux/nmi.h>
12 extern void arch_touch_nmi_watchdog(void);
14 #endif