aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/device/blkio.h b/device/blkio.h
index aaff9f8a..b188f388 100644
--- a/device/blkio.h
+++ b/device/blkio.h
@@ -19,6 +19,8 @@
#ifndef _DEVICE_BLKIO_H_
#define _DEVICE_BLKIO_H_
+#include <sys/types.h>
+
extern vm_offset_t block_io_mmap(dev_t dev, vm_offset_t off, int prot);
#endif /* _DEVICE_BLKIO_H_ */