watchdog.h 111 B

1234567
  1. #ifndef __WATCHDOG_H__
  2. #define __WATCHDOG_H__
  3. int watchdog_init(void);
  4. void watchdog_exit(void);
  5. #endif