diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-24 16:38:29 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-24 16:38:29 +0100 |
commit | fa8a840c6dfc9eb737ef5d777f066b05eb8d9544 (patch) | |
tree | 1b7b0accd02ef635065bf11d0f3502ba6aa4875c /src/common | |
parent | f2c07854463763ed82e00857ae6d9bcbc924e42c (diff) | |
download | kogata-fa8a840c6dfc9eb737ef5d777f066b05eb8d9544.tar.gz kogata-fa8a840c6dfc9eb737ef5d777f066b05eb8d9544.zip |
More preparation for iso9660
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/include/fs.h | 3 |
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 :*/ |