mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Refactor Timer::OnInterruptReceived method signature
This commit is contained in:
@ -398,7 +398,7 @@ namespace APIC
|
|||||||
|
|
||||||
APIC::~APIC() {}
|
APIC::~APIC() {}
|
||||||
|
|
||||||
void Timer::OnInterruptReceived(CPU::TrapFrame *Frame) { UNUSED(Frame); }
|
void Timer::OnInterruptReceived(CPU::TrapFrame *) {}
|
||||||
|
|
||||||
void Timer::OneShot(uint32_t Vector, uint64_t Miliseconds)
|
void Timer::OneShot(uint32_t Vector, uint64_t Miliseconds)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user