mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-26 05:25:02 +00:00
Renamed enum
This commit is contained in:
@@ -93,7 +93,7 @@ namespace APIC
|
|||||||
AllExcludingSelf = 0b11
|
AllExcludingSelf = 0b11
|
||||||
};
|
};
|
||||||
|
|
||||||
enum APICTimerDivide
|
enum LVTTimerDivide
|
||||||
{
|
{
|
||||||
DivideBy2 = 0b000,
|
DivideBy2 = 0b000,
|
||||||
DivideBy4 = 0b001,
|
DivideBy4 = 0b001,
|
||||||
|
Reference in New Issue
Block a user