Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Author: Florian Schirmer <jolt@tuxbox.org> |
| 3 | * |
| 4 | * 2002 (c) Florian Schirmer <jolt@tuxbox.org> This file is licensed under |
| 5 | * the terms of the GNU General Public License version 2. This program |
| 6 | * is licensed "as is" without any warranty of any kind, whether express |
| 7 | * or implied. |
| 8 | */ |
| 9 | #ifndef _PPC_SYSLIB_M8XX_WDT_H |
| 10 | #define _PPC_SYSLIB_M8XX_WDT_H |
| 11 | |
Marcelo Tosatti | fb64c24 | 2005-11-24 11:32:09 -0200 | [diff] [blame] | 12 | extern int m8xx_has_internal_rtc; |
| 13 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | extern void m8xx_wdt_handler_install(bd_t * binfo); |
| 15 | extern int m8xx_wdt_get_timeout(void); |
| 16 | extern void m8xx_wdt_reset(void); |
Marcelo Tosatti | fb64c24 | 2005-11-24 11:32:09 -0200 | [diff] [blame] | 17 | extern void m8xx_wdt_install_timer(void); |
| 18 | extern void m8xx_wdt_stop_timer(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | |
| 20 | #endif /* _PPC_SYSLIB_M8XX_WDT_H */ |