Record acpi_dmar

struct acpi_dmar {
  struct acpi_sdt_hdr hdr;
  uacpi_u8 haw;
  uacpi_u8 flags;
  uacpi_u8[10] rsvd;
  struct acpi_dmar_entry_hdr[] entries;
  /* Full declaration omitted */ 
}

Fields

struct acpi_sdt_hdr hdr
uacpi_u8 haw
uacpi_u8 flags
uacpi_u8[10] rsvd
struct acpi_dmar_entry_hdr[] entries