commit | 14239d291ac21857c7c099a84bd9bba079137cef | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Mon Jun 14 15:02:48 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Mon Jun 14 15:02:48 2010 -0700 |
tree | 44769618851aa1a33f1634c80602636a5271246b | |
parent | f8b21c2b4d44680a4d7e013d6459e0ad8ee987df [diff] [blame] |
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.
diff --git a/extendedcommands.h b/extendedcommands.h index 83e5213..9d38116 100644 --- a/extendedcommands.h +++ b/extendedcommands.h
@@ -43,3 +43,4 @@ void wipe_battery_stats(); +void create_fstab();