aboutsummaryrefslogtreecommitdiff
path: root/xdf_io.h
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2022-01-20 11:36:55 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-20 11:36:55 +0000
commit409fdbf680fba5bba2dfc5e07ec4822eef53e1c7 (patch)
tree9eb388f63d54045209c77cde97685bf08f67cc8b /xdf_io.h
parent370655d4a094d1a49d67ebf7f2ba56686569d204 (diff)
parent1abb7edd2621f9fcc1610ded0b3ea5ce13f205e4 (diff)
downloadmtools-409fdbf680fba5bba2dfc5e07ec4822eef53e1c7.tar.gz
Upgrade mtools to 3.0.37 am: 39bbd9609c am: 1c7cdd90cf am: 86029800aa am: 1abb7edd26
Original change: https://android-review.googlesource.com/c/platform/external/mtools/+/1943094 Change-Id: I154bfccfcb811fe9c70571197c1e918942339fa4
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