]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/acpi_iort.h
ACPI/IORT: Introduce linker section for IORT entries probing
[mirror_ubuntu-zesty-kernel.git] / include / linux / acpi_iort.h
index 0e32dac8fd03894f407a497a68e7a81d892607fd..d16fddaf230ebacf0aa064d2bbc20dfc7f6b5704 100644 (file)
@@ -39,4 +39,7 @@ static inline struct irq_domain *iort_get_device_domain(struct device *dev,
 { return NULL; }
 #endif
 
+#define IORT_ACPI_DECLARE(name, table_id, fn)          \
+       ACPI_DECLARE_PROBE_ENTRY(iort, name, table_id, 0, NULL, 0, fn)
+
 #endif /* __ACPI_IORT_H__ */