aboutsummaryrefslogtreecommitdiff
path: root/xdf_io.h
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2022-01-20 11:11:20 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-20 11:11:20 +0000
commit86029800aae61b92440448106dd636ea5cbec0f0 (patch)
tree9eb388f63d54045209c77cde97685bf08f67cc8b /xdf_io.h
parentedc7205fd74b487db58978949551efd860741e0a (diff)
parent1c7cdd90cf26b27bbb45e1b5b76d745cf5517531 (diff)
downloadmtools-86029800aae61b92440448106dd636ea5cbec0f0.tar.gz
Upgrade mtools to 3.0.37 am: 39bbd9609c am: 1c7cdd90cf
Original change: https://android-review.googlesource.com/c/platform/external/mtools/+/1943094 Change-Id: I7df68946183ae9006ad9b5556250c4b86d7c7a92
Diffstat (limited to 'xdf_io.h')
-rw-r--r--xdf_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdf_io.h b/xdf_io.h
index ac45a37..5ef2931 100644
--- a/xdf_io.h
+++ b/xdf_io.h
@@ -23,11 +23,11 @@
struct xdf_info {
unsigned int FatSize;
- unsigned int RootDirSize;
+ uint16_t RootDirSize;
unsigned int BadSectors;
};
-Stream_t *XdfOpen(struct device *dev, char *name,
+Stream_t *XdfOpen(struct device *dev, const char *name,
int mode, char *errmsg, struct xdf_info *info);
#endif