From fa8a840c6dfc9eb737ef5d777f066b05eb8d9544 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 24 Feb 2015 16:38:29 +0100 Subject: More preparation for iso9660 --- src/common/include/fs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common') 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 :*/ -- cgit v1.2.3