diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-12 13:45:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-12 13:45:04 +0000 |
| commit | 3902d297cd3bbb1c2a0a1fc790454a9a60bc606a (patch) | |
| tree | 8c797f533102d897eb8813dfca6e5ccd44537417 /blockdev/linux/ext4_filedev.h | |
| parent | e18b3d66d9f442862304fbe0b99e0068be22f590 (diff) | |
Add call to set up the partition offset for filedev.
Diffstat (limited to 'blockdev/linux/ext4_filedev.h')
| -rw-r--r-- | blockdev/linux/ext4_filedev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/blockdev/linux/ext4_filedev.h b/blockdev/linux/ext4_filedev.h index 8f13d9a..ce3ecdd 100644 --- a/blockdev/linux/ext4_filedev.h +++ b/blockdev/linux/ext4_filedev.h @@ -39,5 +39,7 @@ struct ext4_blockdev *ext4_filedev_get(void); /**@brief Set filename to open.*/ void ext4_filedev_filename(const char *n); +/**@brief Set offset to work at within file (in bytes) */ +void ext4_filedev_offset(uint64_t o); #endif /* EXT4_FILEDEV_H_ */ |
