Commit 522ceece authored by Jose Marinho's avatar Jose Marinho Committed by Rafael J. Wysocki
Browse files
parent 0cc5b091
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -682,6 +682,7 @@ enum acpi_iort_node_type {
	ACPI_IORT_NODE_SMMU_V3 = 0x04,
	ACPI_IORT_NODE_PMCG = 0x05,
	ACPI_IORT_NODE_RMR = 0x06,
	ACPI_IORT_NODE_IWB = 0x07,
};

struct acpi_iort_id_mapping {
@@ -860,6 +861,12 @@ struct acpi_iort_rmr_desc {
	u32 reserved;
};

struct acpi_iort_iwb {
	u64 base_address;
	u16 iwb_index;		/* Unique IWB identifier matching with the IWB GSI namespace. */
	char device_name[];	/* Path of the IWB namespace object */
};

/*******************************************************************************
 *
 * IOVT - I/O Virtualization Table