/* * Copyright (c) 2006-2024, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2024/08/08 ShichengChu first version */ #ifndef __DRV_TIMER_H__ #define __DRV_TIMER_H__ int rt_hw_timer_init(void); #endif /* __DRV_TIMER_H__ */