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