From 2673cec07a4740f86438b50cfe1b70b258a9a8c8 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 2 Apr 2013 20:22:16 +0000 Subject: Move all AOSP code out of recovery binary Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0 --- bootloader.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootloader.h') diff --git a/bootloader.h b/bootloader.h index 712aa1a2d..38bb19e9b 100644 --- a/bootloader.h +++ b/bootloader.h @@ -51,6 +51,9 @@ struct bootloader_message { int get_bootloader_message(struct bootloader_message *out); int set_bootloader_message(const struct bootloader_message *in); +int set_bootloader_message_mtd_name(const struct bootloader_message *in, const char* mtd_name); +int set_bootloader_message_block_name(const struct bootloader_message *in, const char* block_name); + #ifdef __cplusplus } #endif -- cgit v1.2.3