MOS Source Code
|
#include <acpi_types.h>
Public Attributes | |
acpi_sdt_header_t | sdt_header |
u8 | hardware_rev_id |
u8 | compatible_id: 5 |
u8 | counter_size: 1 |
u8 | reserved: 1 |
u8 | legacy_replacement: 1 |
u16 | pci_vendor_id |
generic_addr_t | addr |
u8 | hpet_number |
u16 | minimum_tick |
u8 | page_protection |
Definition at line 223 of file acpi_types.h.
acpi_sdt_header_t sdt_header |
Definition at line 225 of file acpi_types.h.
u8 hardware_rev_id |
Definition at line 226 of file acpi_types.h.
u8 compatible_id |
Definition at line 227 of file acpi_types.h.
u8 counter_size |
Definition at line 228 of file acpi_types.h.
u8 reserved |
Definition at line 229 of file acpi_types.h.
u8 legacy_replacement |
Definition at line 230 of file acpi_types.h.
u16 pci_vendor_id |
Definition at line 231 of file acpi_types.h.
generic_addr_t addr |
Definition at line 232 of file acpi_types.h.
u8 hpet_number |
Definition at line 233 of file acpi_types.h.
u16 minimum_tick |
Definition at line 234 of file acpi_types.h.
u8 page_protection |
Definition at line 235 of file acpi_types.h.