summaryrefslogtreecommitdiff
path: root/bootloader/x1000/x1000bootloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/x1000/x1000bootloader.h')
-rw-r--r--bootloader/x1000/x1000bootloader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader/x1000/x1000bootloader.h b/bootloader/x1000/x1000bootloader.h
index 60353e59fd..84feded9b3 100644
--- a/bootloader/x1000/x1000bootloader.h
+++ b/bootloader/x1000/x1000bootloader.h
@@ -23,6 +23,7 @@
23#define __X1000BOOTLOADER_H__ 23#define __X1000BOOTLOADER_H__
24 24
25#include "config.h" 25#include "config.h"
26#include <stddef.h>
26#include <stdbool.h> 27#include <stdbool.h>
27 28
28#if defined(FIIO_M3K) 29#if defined(FIIO_M3K)
@@ -106,6 +107,8 @@ enum {
106int check_disk(bool wait); 107int check_disk(bool wait);
107void usb_mode(void); 108void usb_mode(void);
108 109
110int load_rockbox(const char* filename, size_t* sizep);
111
109void recovery_menu(void) __attribute__((noreturn)); 112void recovery_menu(void) __attribute__((noreturn));
110 113
111#endif /* __X1000BOOTLOADER_H__ */ 114#endif /* __X1000BOOTLOADER_H__ */