diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-12 13:50:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-12 13:50:46 +0000 |
| commit | a0533f767928978d63751054bb0ece691682dc68 (patch) | |
| tree | f80354b855194e7643e6c3c14d6e6ca34cb61dd1 /blockdev/windows/io_raw.h | |
| parent | 3902d297cd3bbb1c2a0a1fc790454a9a60bc606a (diff) | |
Support offsets with io_raw too.carl-attic
Diffstat (limited to 'blockdev/windows/io_raw.h')
| -rw-r--r-- | blockdev/windows/io_raw.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/blockdev/windows/io_raw.h b/blockdev/windows/io_raw.h index 0953873..77b135e 100644 --- a/blockdev/windows/io_raw.h +++ b/blockdev/windows/io_raw.h @@ -37,8 +37,10 @@ /**@brief IO raw blockdev get.*/ struct ext4_blockdev *ext4_io_raw_dev_get(void); -/**@brief Set filrname to open.*/ +/**@brief Set filename to open.*/ void ext4_io_raw_filename(const char *n); +/**@brief Set offset to work at within device (in bytes) */ +void ext4_io_raw_offset(uint64_t o); #endif /* IO_RAW_H_ */ |
