mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 08:49:14 +00:00
Added InterruptCommandRegisterHigh for future use
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user