]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/blackfin/include/asm/nmi.h
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[mirror_ubuntu-artful-kernel.git] / arch / blackfin / include / asm / nmi.h
1 /*
2 * Copyright 2010 Analog Devices Inc.
3 *
4 * Licensed under the GPL-2
5 */
6
7 #ifndef _BFIN_NMI_H_
8 #define _BFIN_NMI_H_
9
10 #include <linux/nmi.h>
11
12 extern void arch_touch_nmi_watchdog(void);
13
14 #endif