[PATCH] kfree cleanup: arch
[linux-2.6/sactl.git] / arch / ppc / syslib / m8xx_wdt.h
blob0d81a9f8155f191ec5fef7fe4a4fc276f07bb35e
1 /*
2 * Author: Florian Schirmer <jolt@tuxbox.org>
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
12 extern void m8xx_wdt_handler_install(bd_t * binfo);
13 extern int m8xx_wdt_get_timeout(void);
14 extern void m8xx_wdt_reset(void);
16 #endif /* _PPC_SYSLIB_M8XX_WDT_H */