summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr_priv_boot_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs_mgr/fs_mgr_priv_boot_config.h')
-rw-r--r--fs_mgr/fs_mgr_priv_boot_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs_mgr/fs_mgr_priv_boot_config.h b/fs_mgr/fs_mgr_priv_boot_config.h
index d98dc02c1..417fb380b 100644
--- a/fs_mgr/fs_mgr_priv_boot_config.h
+++ b/fs_mgr/fs_mgr_priv_boot_config.h
@@ -19,7 +19,13 @@
#include <sys/cdefs.h>
#include <string>
+#include <utility>
+#include <vector>
+std::vector<std::pair<std::string, std::string>> fs_mgr_parse_boot_config(const std::string& cmdline);
+
+bool fs_mgr_get_boot_config_from_kernel(const std::string& cmdline, const std::string& key,
+ std::string* out_val);
bool fs_mgr_get_boot_config_from_kernel_cmdline(const std::string& key, std::string* out_val);
bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val);