repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/speculation/mds: Fix documentation typo
[linux/fpc-iii.git]
/
arch
/
blackfin
/
include
/
asm
/
nmi.h
blob
107d23705f465db6b363b10c5bff46203b2205f0
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