summaryrefslogtreecommitdiff
path: root/src/drivers/include/spiffs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/include/spiffs.hpp')
-rw-r--r--src/drivers/include/spiffs.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/drivers/include/spiffs.hpp b/src/drivers/include/spiffs.hpp
new file mode 100644
index 00000000..04478590
--- /dev/null
+++ b/src/drivers/include/spiffs.hpp
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2023 jacqueline <me@jacqueline.id.au>
+ *
+ * SPDX-License-Identifier: GPL-3.0-only
+ */
+
+#pragma once
+
+#include "esp_err.h"
+
+namespace drivers {
+
+esp_err_t spiffs_mount();
+
+} // namespace drivers