aboutsummaryrefslogtreecommitdiff
path: root/stmhal/qstrdefsport.h
diff options
context:
space:
mode:
authorDave Hylands2016-01-15 21:56:08 -0800
committerDamien George2016-01-19 12:29:47 +0000
commitf22844b4e5d1990f3be5433a45c7eb4e2c07a297 (patch)
treef8414b550aeec9cfb05470ccf4b79bfb221bc5e4 /stmhal/qstrdefsport.h
parenta17755ee8ba2982505d349e0f06acdabe943d33e (diff)
stmhal: Add os.statvfs
Implement enough of statvfs to determine the amount of free space on a volume.
Diffstat (limited to 'stmhal/qstrdefsport.h')
-rw-r--r--stmhal/qstrdefsport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h
index 7644e9aef..a6aef59af 100644
--- a/stmhal/qstrdefsport.h
+++ b/stmhal/qstrdefsport.h
@@ -396,6 +396,7 @@ Q(rmdir)
Q(unlink)
Q(sep)
Q(stat)
+Q(statvfs)
Q(urandom)
Q(dupterm)