pub type MadtLapic = acpi_madt_lapic;
struct MadtLapic { pub hdr: acpi_entry_hdr, pub uid: u8, pub id: u8, pub flags: u32, }
hdr: acpi_entry_hdr
uid: u8
id: u8
flags: u32