mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 07:24:37 +00:00
Split IOAPICRedirectEntry
This commit is contained in:
parent
7b324f020f
commit
b66e8fb4f8
@ -275,6 +275,11 @@ namespace APIC
|
||||
/** @brief Destination */
|
||||
uint64_t DestinationID : 8;
|
||||
};
|
||||
struct
|
||||
{
|
||||
uint64_t Low;
|
||||
uint64_t High;
|
||||
} split;
|
||||
uint64_t raw;
|
||||
} __attribute__((packed)) IOAPICRedirectEntry;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user