pc: add "is_acpi_data_node" to lx_emul

Issue #5036
This commit is contained in:
Sebastian Sumpf 2023-04-11 21:00:25 +02:00 committed by Christian Helmuth
parent 0f8dd3a7a0
commit e56437ff0a

View File

@ -21,3 +21,10 @@ bool is_acpi_device_node(const struct fwnode_handle *fwnode)
lx_emul_trace(__func__);
return false;
}
bool is_acpi_data_node(const struct fwnode_handle *fwnode)
{
lx_emul_trace(__func__);
return false;
}