You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* Copyright 2010 Analog Devices Inc.
|
|
*
|
|
* Licensed under the GPL-2
|
|
*/
|
|
|
|
#ifndef _BFIN_NMI_H_
|
|
#define _BFIN_NMI_H_
|
|
|
|
#include <linux/nmi.h>
|
|
|
|
extern void arch_touch_nmi_watchdog(void);
|
|
|
|
#endif
|
|
|