diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-11 22:27:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-11 22:27:22 +0000 |
| commit | b47ab2d06e73fa7d8b9827e05b3aae6fc2c71279 (patch) | |
| tree | e0c5b3d9f9eaac678e613178dead8fd96c42fc13 /blockdev/windows/file_windows.h | |
| parent | 733b2c40d7121900e339bee8784977467a9fe8c9 (diff) | |
Possibly dubious patch to allow writing to partitions on Windows.
Diffstat (limited to 'blockdev/windows/file_windows.h')
| -rw-r--r-- | blockdev/windows/file_windows.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/blockdev/windows/file_windows.h b/blockdev/windows/file_windows.h index 013d1f3..8693fdd 100644 --- a/blockdev/windows/file_windows.h +++ b/blockdev/windows/file_windows.h @@ -37,8 +37,10 @@ /**@brief IO raw blockdev get.*/ struct ext4_blockdev *file_windows_dev_get(void); -/**@brief Set filrname to open.*/ +/**@brief Set filename to open.*/ void file_windows_name_set(const char *n); +/**@brief Set partition to use within disk */ +void file_windows_partition_set(uint64_t offset, uint64_t size); #endif /* FILE_WINDOWS_H_ */ |
