aboutsummaryrefslogtreecommitdiffstats
path: root/extendedcommands.h
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2010-06-14 15:02:48 -0700
committerKoushik Dutta <koushd@gmail.com>2010-06-14 15:02:48 -0700
commit14239d291ac21857c7c099a84bd9bba079137cef (patch)
tree44769618851aa1a33f1634c80602636a5271246b /extendedcommands.h
parentf8b21c2b4d44680a4d7e013d6459e0ad8ee987df (diff)
downloadbootable_recovery-14239d291ac21857c7c099a84bd9bba079137cef.zip
bootable_recovery-14239d291ac21857c7c099a84bd9bba079137cef.tar.gz
bootable_recovery-14239d291ac21857c7c099a84bd9bba079137cef.tar.bz2
begin to abstract out the file system and mount information. known issue: create_fstab causes segfault on incredible. and thus subsequent crash loop of recovery.
Diffstat (limited to 'extendedcommands.h')
-rw-r--r--extendedcommands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extendedcommands.h b/extendedcommands.h
index 83e5213..9d38116 100644
--- a/extendedcommands.h
+++ b/extendedcommands.h
@@ -43,3 +43,4 @@ format_non_mtd_device(const char* root);
void
wipe_battery_stats();
+void create_fstab();