4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-24 23:27:24 +08:00

21 lines
352 B
C
Raw Normal View History

2022-07-13 19:56:14 +08:00
/*
* Copyright (c) 2006-2020, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2029-06-08 hqfang first implementation.
*/
#ifndef __DRV_WDT__
#define __DRV_WDT__
#include <rtthread.h>
#include <rtdevice.h>
#include <rthw.h>
int rt_hw_wdt_init(void);
#endif