Initial commit
This commit is contained in:
13
code/lapic_icr_entry.cpp
Normal file
13
code/lapic_icr_entry.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
struct ICREntry {
|
||||
InterruptVector vector;
|
||||
DeliveryMode deliveryMode;
|
||||
DestinationMode destinationMode;
|
||||
DeliveryStatus deliveryStatus;
|
||||
Level level;
|
||||
TriggerMode triggerMode;
|
||||
DestinationShorthand destinationShorthand;
|
||||
uint8_t destination;
|
||||
|
||||
explicit ICREntry(uint64_t registerValue);
|
||||
explicit operator uint64_t() const;
|
||||
};
|
||||
Reference in New Issue
Block a user