// SPDX-License-Identifier: MPL-2.0
//! The timer support.
usesuper::trap::TrapFrame;// TODO: Add LoongArch timer support and call this method.
#[expect(dead_code)]fntimer_callback(trapframe:&TrapFrame){crate::timer::call_timer_callback_functions(trapframe);}