mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 13:22:33 +00:00
parent
87ea807136
commit
f2b921f380
repos/pc/src/lib/pc_wifi
@ -679,3 +679,11 @@ void iwlagn_led_enable(struct iwl_priv * priv)
|
||||
{
|
||||
lx_emul_trace(__func__);
|
||||
}
|
||||
|
||||
|
||||
#include <linux/iommu.h>
|
||||
|
||||
void iommu_device_unuse_default_domain(struct device * dev)
|
||||
{
|
||||
lx_emul_trace(__func__);
|
||||
}
|
||||
|
@ -629,14 +629,6 @@ long __sched io_schedule_timeout(long timeout)
|
||||
struct io_tlb_mem io_tlb_default_mem;
|
||||
|
||||
|
||||
#include <linux/iommu.h>
|
||||
|
||||
void iommu_device_unuse_default_domain(struct device * dev)
|
||||
{
|
||||
lx_emul_trace_and_stop(__func__);
|
||||
}
|
||||
|
||||
|
||||
#include <linux/uio.h>
|
||||
|
||||
void iov_iter_kvec(struct iov_iter * i,unsigned int direction,const struct kvec * kvec,unsigned long nr_segs,size_t count)
|
||||
|
Loading…
x
Reference in New Issue
Block a user