diff options
Diffstat (limited to 'blockdev/filedev/ext4_filedev.h')
| -rw-r--r-- | blockdev/filedev/ext4_filedev.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/blockdev/filedev/ext4_filedev.h b/blockdev/filedev/ext4_filedev.h index 95156d1..408ddfe 100644 --- a/blockdev/filedev/ext4_filedev.h +++ b/blockdev/filedev/ext4_filedev.h @@ -34,12 +34,12 @@ #include <stdint.h> #include <stdbool.h> -/**@brief Filecache get.*/ -struct ext4_bcache* ext4_filecache_get(void); +/**@brief Filecache get.*/ +struct ext4_bcache* ext4_filecache_get(void); -/**@brief File blockdev get.*/ -struct ext4_blockdev* ext4_filedev_get(void); +/**@brief File blockdev get.*/ +struct ext4_blockdev* ext4_filedev_get(void); -void ext4_filedev_filename(const char *n); +void ext4_filedev_filename(const char *n); #endif /* EXT4_FILEDEV_H_ */ |
