diff options
Diffstat (limited to 'bootloader/common.h')
-rw-r--r-- | bootloader/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader/common.h b/bootloader/common.h index d09ff1a5ab..56cbbb335a 100644 --- a/bootloader/common.h +++ b/bootloader/common.h @@ -30,8 +30,10 @@ extern bool verbose; #define EBOOTFILE -3 /* Functions common to all bootloaders */ +#if !(CONFIG_PLATFORM & PLATFORM_HOSTED) void reset_screen(void); int printf(const char *format, ...); +#endif void error(int errortype, int error, bool shutdown); int load_raw_firmware(unsigned char* buf, char* firmware, int buffer_size); #ifdef ROCKBOX_HAS_LOGF |