Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::hardwarecommunication::MADTEntry Struct Reference

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)
 

Detailed Description

An item in the MADT table.

Definition at line 68 of file apic.h.

Member Data Documentation

◆ length

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().

◆ type

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().


The documentation for this struct was generated from the following file: