diff options
Diffstat (limited to 'sys/dev/proto/proto_busdma.h')
-rw-r--r-- | sys/dev/proto/proto_busdma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/proto/proto_busdma.h b/sys/dev/proto/proto_busdma.h index b4957f5..2b645ce 100644 --- a/sys/dev/proto/proto_busdma.h +++ b/sys/dev/proto/proto_busdma.h @@ -68,7 +68,7 @@ int proto_busdma_detach(struct proto_softc *, struct proto_busdma *); int proto_busdma_cleanup(struct proto_softc *, struct proto_busdma *); int proto_busdma_ioctl(struct proto_softc *, struct proto_busdma *, - struct proto_ioc_busdma *); + struct proto_ioc_busdma *, struct thread *); int proto_busdma_mmap_allowed(struct proto_busdma *, vm_paddr_t); |