blob: 3e5364cddc5db48a2045186546b49b124864a469 [file] [log] [blame]
/*
* Generic watchdog defines. Derived from..
*
* Berkshire PC Watchdog Defines
* by Ken Hollis <khollis@bitgate.com>
*
*/
#ifndef _LINUX_SEC_WATCHDOG_H
#define _LINUX_SEC_WATCHDOG_H
void sec_wd_enable();
void sec_wd_disable();
#endif /* ifndef _LINUX_WATCHDOG_H */