Export the default opearations so the low level utilities can use them.
(Logical change 1.139)edge.strict_endians
parent
7c5b6a5d15
commit
f78cfd42a1
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include "volume.h"
|
||||
|
||||
extern struct ntfs_device_operations ntfs_device_disk_io_ops;
|
||||
|
||||
extern s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count,
|
||||
void *b);
|
||||
extern s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
|
||||
|
|
Loading…
Reference in New Issue