mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-09 06:19:19 +00:00
Rename std functions to match the standard
This commit is contained in:
@ -28,7 +28,7 @@ namespace Interrupts
|
||||
int ID;
|
||||
void *Data;
|
||||
};
|
||||
Vector<Event> RegisteredEvents;
|
||||
std::vector<Event> RegisteredEvents;
|
||||
|
||||
#if defined(a64)
|
||||
/* APIC::APIC */ void *apic[MAX_CPU];
|
||||
|
Reference in New Issue
Block a user