diff options
Diffstat (limited to 'include/reiserfs.h')
-rw-r--r-- | include/reiserfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/reiserfs.h b/include/reiserfs.h index a655d5ea9fc..b61bb600679 100644 --- a/include/reiserfs.h +++ b/include/reiserfs.h @@ -18,6 +18,9 @@ #define SECTOR_SIZE 0x200 #define SECTOR_BITS 9 +struct blk_desc; +struct disk_partition; + /* Error codes */ typedef enum { |