Possibly dubious patch to allow writing to partitions on Windows.
[lwext4.git] / blockdev / windows / file_windows.h
index 013d1f30ca41ce0f99ec828201a1bf071c9dc8c5..8693fddac0b0f50481efd08a1e99d4a07295c492 100644 (file)
 /**@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_ */