macro_rules! acpi_device_table {
($($tt:tt)*) => { ... };
}Expand description
Create an ACPI IdTable with an “alias” for modpost.
macro_rules! acpi_device_table {
($($tt:tt)*) => { ... };
}Create an ACPI IdTable with an “alias” for modpost.