4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-25 01:57:22 +08:00
2022-12-05 18:43:41 -05:00

21 lines
397 B
C

/*
* Copyright (c) 2006-2022, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-04-20 Lee the first version.
* 2019-07-15 Magicoe The first version for LPC55S6x
*/
#ifndef DRV_WDT_H__
#define DRV_WDT_H__
#include <rtdevice.h>
int rt_hw_hwtimer_init(void);
#endif /* __DRV_WDT_H__ */