Type Alias uacpi::tables::MadtMsiPic

source ·
pub type MadtMsiPic = acpi_madt_msi_pic;

Aliased Type§

struct MadtMsiPic {
    pub hdr: acpi_entry_hdr,
    pub version: u8,
    pub address: u64,
    pub start: u32,
    pub count: u32,
}

Fields§

§hdr: acpi_entry_hdr§version: u8§address: u64§start: u32§count: u32