mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
@ -28,8 +28,7 @@
|
|||
#include "cpu.h"
|
||||
#include "system.h"
|
||||
#include "lcd.h"
|
||||
#include "kernel.h"
|
||||
#include "thread.h"
|
||||
#include "../kernel-internal.h"
|
||||
#include "storage.h"
|
||||
#include "fat.h"
|
||||
#include "disk.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue