summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 4df444d5f3..8a751fcc04 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -653,3 +653,14 @@ Q(slip)
Q(status)
#endif
#endif
+
+#if MICROPY_FSUSERMOUNT
+// for user-mountable block devices
+Q(mount)
+Q(readonly)
+Q(mkfs)
+Q(readblocks)
+Q(writeblocks)
+Q(sync)
+Q(count)
+#endif