1234567891011121314151617181920 |
- /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
- *
- * 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
|