summaryrefslogtreecommitdiff
path: root/include/fastboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fastboot.h')
-rw-r--r--include/fastboot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fastboot.h b/include/fastboot.h
index 67b99b1..e9ee60e 100644
--- a/include/fastboot.h
+++ b/include/fastboot.h
@@ -333,7 +333,6 @@ void check_fastboot_mode(void);
void fastboot_quick(u8 debug);
-void *fastboot_get_string_table(void);
int fastboot_write_storage(u8 *partition_name, u32 write_len);
void fastboot_dump_memory(u32 *ptr, u32 lEN);
void fastboot_get_ep_num(u8 *in, u8 *out);
@@ -372,7 +371,6 @@ extern u8 fastboot_debug_level;
#define fastboot_quick(a) 0
#define fastboot_get_ep_num(a, b) 0
-#define fastboot_get_string_table() 1
#define fastboot_dump_memory(a, b) 0
#define DBG_ALWS(x...)
#define DBG_ERR(x...)