summaryrefslogtreecommitdiffstats
path: root/vold/vold.h
diff options
context:
space:
mode:
Diffstat (limited to 'vold/vold.h')
-rw-r--r--vold/vold.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vold/vold.h b/vold/vold.h
index f25fcff..0876bec 100644
--- a/vold/vold.h
+++ b/vold/vold.h
@@ -86,6 +86,8 @@ int ums_bootstrap(void);
int volmgr_bootstrap(void);
+int switch_bootstrap(void);
+
void *read_file(char *filename, ssize_t *_size);
char *truncate_sysfs_path(char *path, int num_elements_to_remove, char *buffer);
char *read_sysfs_var(char *buffer, size_t maxlen, char *devpath, char *var);