aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-02-24 16:38:29 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-02-24 16:38:29 +0100
commitfa8a840c6dfc9eb737ef5d777f066b05eb8d9544 (patch)
tree1b7b0accd02ef635065bf11d0f3502ba6aa4875c /src/common
parentf2c07854463763ed82e00857ae6d9bcbc924e42c (diff)
downloadkogata-fa8a840c6dfc9eb737ef5d777f066b05eb8d9544.tar.gz
kogata-fa8a840c6dfc9eb737ef5d777f066b05eb8d9544.zip
More preparation for iso9660
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 :*/