aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/filio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/filio.h')
-rw-r--r--sys/sys/filio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/filio.h b/sys/sys/filio.h
index 07dff6266568..044a076f3356 100644
--- a/sys/sys/filio.h
+++ b/sys/sys/filio.h
@@ -53,5 +53,6 @@
#define FIOSETOWN _IOW('f', 124, int) /* set owner */
#define FIOGETOWN _IOR('f', 123, int) /* get owner */
#define FIODTYPE _IOR('f', 122, int) /* get d_flags type part */
+#define FIOGETLBA _IOR('f', 121, int) /* get start blk # */
#endif /* !_SYS_FILIO_H_ */