From 51a0e82eb29a6dfc79f93479883383fbdbf8bcc2 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 5 Sep 2012 15:24:24 -0400 Subject: TWRP-ify AOSP code Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere --- bmlutils/bmlutils.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bmlutils/bmlutils.h (limited to 'bmlutils/bmlutils.h') diff --git a/bmlutils/bmlutils.h b/bmlutils/bmlutils.h new file mode 100644 index 000000000..e6ffeee57 --- /dev/null +++ b/bmlutils/bmlutils.h @@ -0,0 +1,6 @@ +#ifndef BMLUTILS_H_ +#define BMLUTILS_H_ + +int format_rfs_device (const char *device, const char *path); + +#endif // BMLUTILS_H_ -- cgit v1.2.3