![]() |
Max OS 0.3
|
An item in the MADT table. More...
#include <apic.h>
Public Attributes | |
| uint8_t | type |
| The type of the MADT entry (see MADT_TYPE) | |
| uint8_t | length |
| How many bytes this entry takes up (including the type and length fields) | |
| uint8_t MaxOS::hardwarecommunication::MADTEntry::length |
How many bytes this entry takes up (including the type and length fields)
Definition at line 70 of file apic.h.
Referenced by MaxOS::hardwarecommunication::IOAPIC::get_madt_item(), and MaxOS::hardwarecommunication::IOAPIC::IOAPIC().
| uint8_t MaxOS::hardwarecommunication::MADTEntry::type |
The type of the MADT entry (see MADT_TYPE)
Definition at line 69 of file apic.h.
Referenced by MaxOS::hardwarecommunication::IOAPIC::IOAPIC().