forked from len0rd/rockbox
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
This commit is contained in:
parent
981d028c09
commit
4ea4cdfc11
24 changed files with 24 additions and 36 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <system.h>
|
||||
#include <inttypes.h>
|
||||
#include "config.h"
|
||||
#include "../kernel-internal.h"
|
||||
#include "gcc_extensions.h"
|
||||
#include "lcd.h"
|
||||
#include "backlight.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue