mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 11:27:29 +00:00
lx_emul: provide pci_try_set_mwi()
This commit is contained in:
parent
9467d4cb0b
commit
5a06a9dec1
@ -24,6 +24,12 @@ int pci_set_mwi(struct pci_dev * dev)
|
||||
}
|
||||
|
||||
|
||||
int pci_try_set_mwi(struct pci_dev *dev)
|
||||
{
|
||||
return pci_set_mwi(dev);
|
||||
}
|
||||
|
||||
|
||||
bool pci_dev_run_wake(struct pci_dev * dev)
|
||||
{
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user