From 4e0e3fcfdb4f769121678d9bcc28ed3f77b5a36c Mon Sep 17 00:00:00 2001 From: that Date: Mon, 13 Apr 2015 19:52:49 +0200 Subject: bootloader: align with AOSP code - Define a minimal Volume structure so that AOSP code for handling /misc works in TWRP without major changes. - Remove set/get_bootloader_message_*_name Change-Id: Ifcee59568141a184adebb94b8ef8beca072a7942 --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') diff --git a/common.h b/common.h index 18b03043b..c6300e8af 100644 --- a/common.h +++ b/common.h @@ -45,7 +45,7 @@ static long tmplog_offset = 0; #define STRINGIFY(x) #x #define EXPAND(x) STRINGIFY(x) -typedef struct fstab_rec Volume; +//typedef struct fstab_rec Volume; // fopen a file, mounting volumes and making parent dirs as necessary. FILE* fopen_path(const char *path, const char *mode); -- cgit v1.2.3