4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 06:13:31 +08:00

15 lines
189 B
C
Raw Normal View History

/*
* Copyright (c) 2022 HPMicro
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef DRV_HWTIMER_H
#define DRV_HWTIMER_H
int rt_hw_hwtimer_init(void);
#endif /* DRV_HWTIMER_H */