summaryrefslogtreecommitdiff
path: root/device/blkio.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/blkio.h')
-rw-r--r--device/blkio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/blkio.h b/device/blkio.h
index 77eb105a..aaff9f8a 100644
--- a/device/blkio.h
+++ b/device/blkio.h
@@ -19,6 +19,6 @@
#ifndef _DEVICE_BLKIO_H_
#define _DEVICE_BLKIO_H_
-extern int block_io_mmap(dev_t dev, vm_offset_t off, int prot);
+extern vm_offset_t block_io_mmap(dev_t dev, vm_offset_t off, int prot);
#endif /* _DEVICE_BLKIO_H_ */