pub struct AmlTable {
pub address: usize,
pub length: u32,
}Fields§
§address: usizePhysical address of the start of the AML stream (excluding the table header).
length: u32Length (in bytes) of the AML stream.
pub struct AmlTable {
pub address: usize,
pub length: u32,
}address: usizePhysical address of the start of the AML stream (excluding the table header).
length: u32Length (in bytes) of the AML stream.