summaryrefslogtreecommitdiff
path: root/bootloader/x1000/x1000bootloader.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-03-19 19:38:29 +0000
committerAidan MacDonald <amachronic@protonmail.com>2022-03-24 23:40:07 +0000
commit9bbe08f3ec4c7546fdb5f5599755f6101294dc19 (patch)
tree2a63e63776bf5ae964cae5591cf19b800cf21ad1 /bootloader/x1000/x1000bootloader.h
parentc3562b6df639d6d7c85cdb83d1983e37ed9f889d (diff)
downloadrockbox-9bbe08f3ec4c7546fdb5f5599755f6101294dc19.tar.gz
rockbox-9bbe08f3ec4c7546fdb5f5599755f6101294dc19.zip
x1000: bootloader: add whole-chip flash dump option
I don't expect this will be all that useful, but why not... Change-Id: Ieb486bb719c5cc61e0f3e95f9fb603a1c30c6528
Diffstat (limited to 'bootloader/x1000/x1000bootloader.h')
-rw-r--r--bootloader/x1000/x1000bootloader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/x1000/x1000bootloader.h b/bootloader/x1000/x1000bootloader.h
index a7c9927f1b..f6231bbd54 100644
--- a/bootloader/x1000/x1000bootloader.h
+++ b/bootloader/x1000/x1000bootloader.h
@@ -171,6 +171,7 @@ int dump_flash(int fd, uint32_t addr, uint32_t length);
171int dump_flash_file(const char* file, uint32_t addr, uint32_t length); 171int dump_flash_file(const char* file, uint32_t addr, uint32_t length);
172void dump_of_player(void); 172void dump_of_player(void);
173void dump_of_recovery(void); 173void dump_of_recovery(void);
174void dump_entire_flash(void);
174 175
175void recovery_menu(void) __attribute__((noreturn)); 176void recovery_menu(void) __attribute__((noreturn));
176 177