mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-29 15:57:59 +00:00
Added InterruptCommandRegisterHigh for future use
This commit is contained in:
parent
6af8c9c4ee
commit
31e26040da
@ -166,6 +166,18 @@ namespace APIC
|
|||||||
uint64_t raw;
|
uint64_t raw;
|
||||||
} __attribute__((packed)) InterruptCommandRegisterLow;
|
} __attribute__((packed)) InterruptCommandRegisterLow;
|
||||||
|
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
/** @brief Reserved */
|
||||||
|
uint64_t Reserved0 : 24;
|
||||||
|
/** @brief Destination */
|
||||||
|
uint64_t Destination : 8;
|
||||||
|
};
|
||||||
|
uint64_t raw;
|
||||||
|
} __attribute__((packed)) InterruptCommandRegisterHigh;
|
||||||
|
|
||||||
typedef union
|
typedef union
|
||||||
{
|
{
|
||||||
struct
|
struct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user