drv_hwtimer.h 336 字节
Newer Older
N
nxp58695 已提交
1
/*
Y
yandld 已提交
2
 * Copyright (c) 2006-2023, RT-Thread Development Team
N
nxp58695 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
 *
 * SPDX-License-Identifier: Apache-2.0
 *
* Change Logs:
* Date           Author       Notes
* 2018-04-17     WangBing     the first version.
*/

#ifndef DRV_HWTIMER_H__
#define DRV_HWTIMER_H__

#include <rtthread.h>
#include <rtdevice.h>

int rt_hw_wdt_init(void);

#endif