mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
parent
0f8dd3a7a0
commit
e56437ff0a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user