Add bcm63xx_wdt but do not enable it yet

SVN-Revision: 13677
This commit is contained in:
Florian Fainelli
2008-12-17 14:06:03 +00:00
parent 0a74666c12
commit 7ab973e1af
5 changed files with 386 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef BCM63XX_DEV_WDT_H_
#define BCM63XX_DEV_WDT_H_
int bcm63xx_wdt_register(void);
#endif /* BCM63XX_DEV_WDT_H_ */