repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/{asrock,intel,purism}: Copy channel arrays separately
[coreboot.git]
/
src
/
include
/
watchdog.h
blob
e54f3fbf7360c62dda779015d0a9575d9eac16c0
1
#ifndef WATCHDOG_H
2
#define WATCHDOG_H
3
4
#if CONFIG(USE_WATCHDOG_ON_BOOT)
5
void
watchdog_off
(
void
);
6
#else
7
#define watchdog_off() { while (0); }
8
#endif
9
10
#endif
/* WATCHDOG_H */