123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #ifndef __WATCHDOG_H__
- #define __WATCHDOG_H__
- #include "types.h"
- #include "ap_cp.h"
- void Watchdog_Init(uint8 task_id);
- uint16 Watchdog_ProcessEvent(uint8 task_id, uint16 events);
- #endif
|