repo.or.cz
/
kk_librfid.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[kk_librfid.git]
/
firmware
/
src
/
os
/
.svn
/
text-base
/
wdt.h.svn-base
blob
35ea7213678f8bf5d61b7b353d1e35b7362e3250
1
#ifndef _WDT_H
2
extern void wdt_init(void);
3
extern void wdt_restart(void);
4
5
#endif