drv_wdt.h 330 字节
Newer Older
misonyo's avatar
misonyo 已提交
1
/*
X
xinyigao 已提交
2
 * Copyright (c) 2006-2022, RT-Thread Development Team
misonyo's avatar
misonyo 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 * Change Logs:
 * Date           Author       Notes
 * 2019-04-20     Lee          the first version.
 */

#ifndef DRV_WDT_H__
#define DRV_WDT_H__

#include <rtdevice.h>

int rt_hw_wdt_init(void);

#endif /* __DRV_WDT_H__ */