mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Renamed enums
This commit is contained in:
parent
23f980f010
commit
e489d49917
@ -698,7 +698,7 @@ namespace CPU
|
||||
MSR_CR_PAT_RESET = 0x0007040600070406ULL
|
||||
};
|
||||
|
||||
typedef enum
|
||||
enum ISRExceptions
|
||||
{
|
||||
DivideByZero = 0x0,
|
||||
Debug = 0x1,
|
||||
@ -721,9 +721,9 @@ namespace CPU
|
||||
SIMDFloatingPoint = 0x13,
|
||||
Virtualization = 0x14,
|
||||
Security = 0x1e
|
||||
} ISRExceptions;
|
||||
};
|
||||
|
||||
typedef enum
|
||||
enum CPUInterrupts
|
||||
{
|
||||
/* ISR */
|
||||
|
||||
@ -992,7 +992,7 @@ namespace CPU
|
||||
IRQ221 = 0xfd,
|
||||
IRQ222 = 0xfe,
|
||||
IRQ223 = 0xff,
|
||||
} Interrupts;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief MSR_APIC_BASE structure
|
||||
|
Loading…
x
Reference in New Issue
Block a user