summaryrefslogtreecommitdiff
path: root/bootloader/ondavx747.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2014-08-08 02:28:11 -0400
committerMichael Sevakis <jethead71@rockbox.org>2014-08-08 02:28:11 -0400
commit4ea4cdfc11a87927d696d4966c6c433bd5e6bf90 (patch)
tree912e39a64476aa8b387b924357e54b8fc301f82d /bootloader/ondavx747.c
parent981d028c09d10ed867f2f955f58d60b753c64f29 (diff)
downloadrockbox-4ea4cdfc11a87927d696d4966c6c433bd5e6bf90.tar.gz
rockbox-4ea4cdfc11a87927d696d4966c6c433bd5e6bf90.zip
Bootloaders need the reacharound to get at the internal goods
They need to include kernel-internal.h in order to perform inits. Change-Id: I5b0f155e4ff49a065c6cb97691ecd4396a199979
Diffstat (limited to 'bootloader/ondavx747.c')
-rw-r--r--bootloader/ondavx747.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/ondavx747.c b/bootloader/ondavx747.c
index 4d0bf4221c..0c189eaca1 100644
--- a/bootloader/ondavx747.c
+++ b/bootloader/ondavx747.c
@@ -21,6 +21,7 @@
21 21
22#include "config.h" 22#include "config.h"
23#include "jz4740.h" 23#include "jz4740.h"
24#include "../kernel-internal.h"
24#include "backlight.h" 25#include "backlight.h"
25#include "font.h" 26#include "font.h"
26#include "lcd.h" 27#include "lcd.h"