| 12345678910111213141516171819 |
- /*
- * Copyright (c) 2006-2023, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date Author Notes
- * 2023-04-01 wcx1024979076 first version
- */
- #ifndef DRV_HWTIMER_H
- #define DRV_HWTIMER_H
- #include "bflb_timer.h"
- #include "bflb_mtimer.h"
- #include "board.h"
- int rt_hw_hwtimer_init(void);
- #endif /* DRV_HWTIMER_H */
|