aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/include/fs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/include/fs.h b/src/common/include/fs.h
index 70f0169..b238c03 100644
--- a/src/common/include/fs.h
+++ b/src/common/include/fs.h
@@ -41,4 +41,7 @@ typedef struct {
} dirent_t;
+#define IOCTL_BLOCKDEV_GET_BLOCK_SIZE 40
+#define IOCTL_BLOCKDEV_GET_BLOCK_COUNT 41
+
/* vim: set ts=4 sw=4 tw=0 noet :*/