rt-thread/bsp/imxrt/libraries/drivers/drv_hwtimer.h

21 lines
336 B
C
Raw Normal View History

2018-09-20 23:18:14 +08:00
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
2018-09-20 23:18:14 +08:00
* Change Logs:
* Date Author Notes
* 2018-04-17 WangBing the first version.
*/
2019-06-12 15:01:12 +08:00
#ifndef DRV_HWTIMER_H__
#define DRV_HWTIMER_H__
2018-09-20 23:18:14 +08:00
2019-06-12 15:01:12 +08:00
#include <rtthread.h>
#include <rtdevice.h>
int rt_hw_wdt_init(void);
2018-09-20 23:18:14 +08:00
#endif