Export the default opearations so the low level utilities can use them.

(Logical change 1.139)
edge.strict_endians
cantab.net!aia21 2003-06-03 11:07:54 +00:00
parent 7c5b6a5d15
commit f78cfd42a1
1 changed files with 2 additions and 0 deletions

View File

@ -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,