summaryrefslogtreecommitdiff
path: root/bootloader/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/common.h')
-rw-r--r--bootloader/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader/common.h b/bootloader/common.h
index f73d6501b6..3a3e97754d 100644
--- a/bootloader/common.h
+++ b/bootloader/common.h
@@ -46,3 +46,6 @@ char *strerror(int error);
46void error(int errortype, int error); 46void error(int errortype, int error);
47int load_firmware(unsigned char* buf, char* firmware, int buffer_size); 47int load_firmware(unsigned char* buf, char* firmware, int buffer_size);
48int load_raw_firmware(unsigned char* buf, char* firmware, int buffer_size); 48int load_raw_firmware(unsigned char* buf, char* firmware, int buffer_size);
49#ifdef ROCKBOX_HAS_LOGF
50void display_logf(void);
51#endif