diff options
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/creativezvm.c | 3 | ||||
-rw-r--r-- | bootloader/gigabeat-s.c | 2 | ||||
-rw-r--r-- | bootloader/gigabeat.c | 3 | ||||
-rw-r--r-- | bootloader/iaudio_coldfire.c | 3 | ||||
-rw-r--r-- | bootloader/imx233.c | 1 | ||||
-rw-r--r-- | bootloader/ipod.c | 3 | ||||
-rw-r--r-- | bootloader/ipodnano2g.c | 3 | ||||
-rw-r--r-- | bootloader/iriver_h1x0.c | 3 | ||||
-rw-r--r-- | bootloader/iriver_h300.c | 3 | ||||
-rw-r--r-- | bootloader/lyre_proto1.c | 2 | ||||
-rw-r--r-- | bootloader/main-e200r-installer.c | 2 | ||||
-rw-r--r-- | bootloader/main-pp.c | 2 | ||||
-rw-r--r-- | bootloader/main-ppsansawipe.c | 2 | ||||
-rw-r--r-- | bootloader/meizu_m3.c | 3 | ||||
-rw-r--r-- | bootloader/mini2440.c | 3 | ||||
-rw-r--r-- | bootloader/mpio_hd200_hd300.c | 3 | ||||
-rw-r--r-- | bootloader/mrobe500.c | 3 | ||||
-rw-r--r-- | bootloader/ondavx747.c | 1 | ||||
-rw-r--r-- | bootloader/rk27xx.c | 2 | ||||
-rw-r--r-- | bootloader/samsung_yps3.c | 3 | ||||
-rw-r--r-- | bootloader/sansa_as3525.c | 1 | ||||
-rw-r--r-- | bootloader/sansaconnect.c | 3 | ||||
-rw-r--r-- | bootloader/sansaview.c | 3 | ||||
-rw-r--r-- | bootloader/telechips.c | 3 |
24 files changed, 24 insertions, 36 deletions
diff --git a/bootloader/creativezvm.c b/bootloader/creativezvm.c index 76d72fe506..f3a3960552 100644 --- a/bootloader/creativezvm.c +++ b/bootloader/creativezvm.c | |||
@@ -19,8 +19,7 @@ | |||
19 | 19 | ||
20 | #include "system.h" | 20 | #include "system.h" |
21 | #include "lcd.h" | 21 | #include "lcd.h" |
22 | #include "kernel.h" | 22 | #include "../kernel-internal.h" |
23 | #include "thread.h" | ||
24 | #include "storage.h" | 23 | #include "storage.h" |
25 | #include "ata-target.h" | 24 | #include "ata-target.h" |
26 | #include "disk.h" | 25 | #include "disk.h" |
diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c index 5bc6bab720..50ff12da72 100644 --- a/bootloader/gigabeat-s.c +++ b/bootloader/gigabeat-s.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include "config.h" | 21 | #include "config.h" |
22 | #include "system.h" | 22 | #include "system.h" |
23 | #include <stdio.h> | 23 | #include <stdio.h> |
24 | #include "kernel.h" | 24 | #include "../kernel-internal.h" |
25 | #include "gcc_extensions.h" | 25 | #include "gcc_extensions.h" |
26 | #include "string.h" | 26 | #include "string.h" |
27 | #include "adc.h" | 27 | #include "adc.h" |
diff --git a/bootloader/gigabeat.c b/bootloader/gigabeat.c index d77021571a..f995be078c 100644 --- a/bootloader/gigabeat.c +++ b/bootloader/gigabeat.c | |||
@@ -27,8 +27,7 @@ | |||
27 | #include "cpu.h" | 27 | #include "cpu.h" |
28 | #include "system.h" | 28 | #include "system.h" |
29 | #include "lcd.h" | 29 | #include "lcd.h" |
30 | #include "kernel.h" | 30 | #include "../kernel-internal.h" |
31 | #include "thread.h" | ||
32 | #include "storage.h" | 31 | #include "storage.h" |
33 | #include "fat.h" | 32 | #include "fat.h" |
34 | #include "disk.h" | 33 | #include "disk.h" |
diff --git a/bootloader/iaudio_coldfire.c b/bootloader/iaudio_coldfire.c index 95060e458f..da7a7af208 100644 --- a/bootloader/iaudio_coldfire.c +++ b/bootloader/iaudio_coldfire.c | |||
@@ -28,8 +28,7 @@ | |||
28 | #include "system.h" | 28 | #include "system.h" |
29 | #include "lcd.h" | 29 | #include "lcd.h" |
30 | #include "lcd-remote.h" | 30 | #include "lcd-remote.h" |
31 | #include "kernel.h" | 31 | #include "../kernel-internal.h" |
32 | #include "thread.h" | ||
33 | #include "storage.h" | 32 | #include "storage.h" |
34 | #include "usb.h" | 33 | #include "usb.h" |
35 | #include "disk.h" | 34 | #include "disk.h" |
diff --git a/bootloader/imx233.c b/bootloader/imx233.c index 1169b392aa..f0d6aa0fe1 100644 --- a/bootloader/imx233.c +++ b/bootloader/imx233.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <system.h> | 26 | #include <system.h> |
27 | #include <inttypes.h> | 27 | #include <inttypes.h> |
28 | #include "config.h" | 28 | #include "config.h" |
29 | #include "../kernel-internal.h" | ||
29 | #include "gcc_extensions.h" | 30 | #include "gcc_extensions.h" |
30 | #include "lcd.h" | 31 | #include "lcd.h" |
31 | #include "backlight.h" | 32 | #include "backlight.h" |
diff --git a/bootloader/ipod.c b/bootloader/ipod.c index 3f9604ae4b..cae2501485 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c | |||
@@ -30,8 +30,7 @@ | |||
30 | #include "cpu.h" | 30 | #include "cpu.h" |
31 | #include "system.h" | 31 | #include "system.h" |
32 | #include "lcd.h" | 32 | #include "lcd.h" |
33 | #include "kernel.h" | 33 | #include "../kernel-internal.h" |
34 | #include "thread.h" | ||
35 | #include "ata.h" | 34 | #include "ata.h" |
36 | #include "fat.h" | 35 | #include "fat.h" |
37 | #include "disk.h" | 36 | #include "disk.h" |
diff --git a/bootloader/ipodnano2g.c b/bootloader/ipodnano2g.c index c5fa6e2e65..f3be7aed01 100644 --- a/bootloader/ipodnano2g.c +++ b/bootloader/ipodnano2g.c | |||
@@ -31,8 +31,7 @@ | |||
31 | #include "system.h" | 31 | #include "system.h" |
32 | #include "lcd.h" | 32 | #include "lcd.h" |
33 | #include "i2c-s5l8700.h" | 33 | #include "i2c-s5l8700.h" |
34 | #include "kernel.h" | 34 | #include "../kernel-internal.h" |
35 | #include "thread.h" | ||
36 | #include "storage.h" | 35 | #include "storage.h" |
37 | #include "fat.h" | 36 | #include "fat.h" |
38 | #include "disk.h" | 37 | #include "disk.h" |
diff --git a/bootloader/iriver_h1x0.c b/bootloader/iriver_h1x0.c index 77624526e5..61077f3842 100644 --- a/bootloader/iriver_h1x0.c +++ b/bootloader/iriver_h1x0.c | |||
@@ -29,8 +29,7 @@ | |||
29 | #include "lcd.h" | 29 | #include "lcd.h" |
30 | #include "lcd-remote.h" | 30 | #include "lcd-remote.h" |
31 | #include "scroll_engine.h" | 31 | #include "scroll_engine.h" |
32 | #include "kernel.h" | 32 | #include "../kernel-internal.h" |
33 | #include "thread.h" | ||
34 | #include "storage.h" | 33 | #include "storage.h" |
35 | #include "usb.h" | 34 | #include "usb.h" |
36 | #include "disk.h" | 35 | #include "disk.h" |
diff --git a/bootloader/iriver_h300.c b/bootloader/iriver_h300.c index 4b36e40e61..2f53d03e2f 100644 --- a/bootloader/iriver_h300.c +++ b/bootloader/iriver_h300.c | |||
@@ -29,8 +29,7 @@ | |||
29 | #include "lcd.h" | 29 | #include "lcd.h" |
30 | #include "lcd-remote.h" | 30 | #include "lcd-remote.h" |
31 | #include "scroll_engine.h" | 31 | #include "scroll_engine.h" |
32 | #include "kernel.h" | 32 | #include "../kernel-internal.h" |
33 | #include "thread.h" | ||
34 | #include "storage.h" | 33 | #include "storage.h" |
35 | #include "usb.h" | 34 | #include "usb.h" |
36 | #include "disk.h" | 35 | #include "disk.h" |
diff --git a/bootloader/lyre_proto1.c b/bootloader/lyre_proto1.c index 8503b5cdb8..b76d0fb467 100644 --- a/bootloader/lyre_proto1.c +++ b/bootloader/lyre_proto1.c | |||
@@ -20,7 +20,7 @@ | |||
20 | ****************************************************************************/ | 20 | ****************************************************************************/ |
21 | 21 | ||
22 | /* Include Standard files */ | 22 | /* Include Standard files */ |
23 | #include "kernel.h" | 23 | #include "../kernel-internal.h" |
24 | #include "system.h" | 24 | #include "system.h" |
25 | 25 | ||
26 | /* Show the Rockbox logo - in show_logo.c */ | 26 | /* Show the Rockbox logo - in show_logo.c */ |
diff --git a/bootloader/main-e200r-installer.c b/bootloader/main-e200r-installer.c index dca34ec699..c24f5c068c 100644 --- a/bootloader/main-e200r-installer.c +++ b/bootloader/main-e200r-installer.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include "cpu.h" | 28 | #include "cpu.h" |
29 | #include "file.h" | 29 | #include "file.h" |
30 | #include "system.h" | 30 | #include "system.h" |
31 | #include "kernel.h" | 31 | #include "../kernel-internal.h" |
32 | #include "lcd.h" | 32 | #include "lcd.h" |
33 | #include "font.h" | 33 | #include "font.h" |
34 | #include "storage.h" | 34 | #include "storage.h" |
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c index cb629a76b2..9f7b88cdc8 100644 --- a/bootloader/main-pp.c +++ b/bootloader/main-pp.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #include "cpu.h" | 29 | #include "cpu.h" |
30 | #include "file.h" | 30 | #include "file.h" |
31 | #include "system.h" | 31 | #include "system.h" |
32 | #include "kernel.h" | 32 | #include "../kernel-internal.h" |
33 | #include "lcd.h" | 33 | #include "lcd.h" |
34 | #include "font.h" | 34 | #include "font.h" |
35 | #include "storage.h" | 35 | #include "storage.h" |
diff --git a/bootloader/main-ppsansawipe.c b/bootloader/main-ppsansawipe.c index e54ad8d867..88f722938e 100644 --- a/bootloader/main-ppsansawipe.c +++ b/bootloader/main-ppsansawipe.c | |||
@@ -23,7 +23,7 @@ | |||
23 | #include "cpu.h" | 23 | #include "cpu.h" |
24 | #include "file.h" | 24 | #include "file.h" |
25 | #include "system.h" | 25 | #include "system.h" |
26 | #include "kernel.h" | 26 | #include "../kernel-internal.h" |
27 | #include "lcd.h" | 27 | #include "lcd.h" |
28 | #include "font.h" | 28 | #include "font.h" |
29 | #include "storage.h" | 29 | #include "storage.h" |
diff --git a/bootloader/meizu_m3.c b/bootloader/meizu_m3.c index 5ecc92f369..936d3aca46 100644 --- a/bootloader/meizu_m3.c +++ b/bootloader/meizu_m3.c | |||
@@ -30,8 +30,7 @@ | |||
30 | #include "cpu.h" | 30 | #include "cpu.h" |
31 | #include "system.h" | 31 | #include "system.h" |
32 | #include "lcd.h" | 32 | #include "lcd.h" |
33 | #include "kernel.h" | 33 | #include "../kernel-internal.h" |
34 | #include "thread.h" | ||
35 | #include "storage.h" | 34 | #include "storage.h" |
36 | #include "fat.h" | 35 | #include "fat.h" |
37 | #include "disk.h" | 36 | #include "disk.h" |
diff --git a/bootloader/mini2440.c b/bootloader/mini2440.c index 7750d07559..4976318e9a 100644 --- a/bootloader/mini2440.c +++ b/bootloader/mini2440.c | |||
@@ -27,8 +27,7 @@ | |||
27 | #include "cpu.h" | 27 | #include "cpu.h" |
28 | #include "system.h" | 28 | #include "system.h" |
29 | #include "lcd.h" | 29 | #include "lcd.h" |
30 | #include "kernel.h" | 30 | #include "../kernel-internal.h" |
31 | #include "thread.h" | ||
32 | #include "storage.h" | 31 | #include "storage.h" |
33 | #include "fat.h" | 32 | #include "fat.h" |
34 | #include "disk.h" | 33 | #include "disk.h" |
diff --git a/bootloader/mpio_hd200_hd300.c b/bootloader/mpio_hd200_hd300.c index 1828907ea7..963e65f22b 100644 --- a/bootloader/mpio_hd200_hd300.c +++ b/bootloader/mpio_hd200_hd300.c | |||
@@ -27,8 +27,7 @@ | |||
27 | #include "cpu.h" | 27 | #include "cpu.h" |
28 | #include "system.h" | 28 | #include "system.h" |
29 | #include "lcd.h" | 29 | #include "lcd.h" |
30 | #include "kernel.h" | 30 | #include "../kernel-internal.h" |
31 | #include "thread.h" | ||
32 | #include "storage.h" | 31 | #include "storage.h" |
33 | #include "usb.h" | 32 | #include "usb.h" |
34 | #include "disk.h" | 33 | #include "disk.h" |
diff --git a/bootloader/mrobe500.c b/bootloader/mrobe500.c index 642945487d..1b00e12b92 100644 --- a/bootloader/mrobe500.c +++ b/bootloader/mrobe500.c | |||
@@ -24,8 +24,7 @@ | |||
24 | #include "cpu.h" | 24 | #include "cpu.h" |
25 | #include "system.h" | 25 | #include "system.h" |
26 | #include "lcd.h" | 26 | #include "lcd.h" |
27 | #include "kernel.h" | 27 | #include "../kernel-internal.h" |
28 | #include "thread.h" | ||
29 | #include "storage.h" | 28 | #include "storage.h" |
30 | #include "fat.h" | 29 | #include "fat.h" |
31 | #include "disk.h" | 30 | #include "disk.h" |
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" |
diff --git a/bootloader/rk27xx.c b/bootloader/rk27xx.c index c623a971aa..dae738ec08 100644 --- a/bootloader/rk27xx.c +++ b/bootloader/rk27xx.c | |||
@@ -2,7 +2,7 @@ | |||
2 | #include <inttypes.h> | 2 | #include <inttypes.h> |
3 | #include "config.h" | 3 | #include "config.h" |
4 | #include "system.h" | 4 | #include "system.h" |
5 | #include "kernel.h" | 5 | #include "../kernel-internal.h" |
6 | #include "gcc_extensions.h" | 6 | #include "gcc_extensions.h" |
7 | #include "lcd.h" | 7 | #include "lcd.h" |
8 | #include "font.h" | 8 | #include "font.h" |
diff --git a/bootloader/samsung_yps3.c b/bootloader/samsung_yps3.c index b80fbf5421..927cd6e43a 100644 --- a/bootloader/samsung_yps3.c +++ b/bootloader/samsung_yps3.c | |||
@@ -30,8 +30,7 @@ | |||
30 | #include "cpu.h" | 30 | #include "cpu.h" |
31 | #include "system.h" | 31 | #include "system.h" |
32 | #include "lcd.h" | 32 | #include "lcd.h" |
33 | #include "kernel.h" | 33 | #include "../kernel-internal.h" |
34 | #include "thread.h" | ||
35 | #include "backlight.h" | 34 | #include "backlight.h" |
36 | #include "backlight-target.h" | 35 | #include "backlight-target.h" |
37 | #include "button.h" | 36 | #include "button.h" |
diff --git a/bootloader/sansa_as3525.c b/bootloader/sansa_as3525.c index b28ccf43e7..8592f2450f 100644 --- a/bootloader/sansa_as3525.c +++ b/bootloader/sansa_as3525.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <inttypes.h> | 27 | #include <inttypes.h> |
28 | #include "config.h" | 28 | #include "config.h" |
29 | #include "gcc_extensions.h" | 29 | #include "gcc_extensions.h" |
30 | #include "../kernel-internal.h" | ||
30 | #include "lcd.h" | 31 | #include "lcd.h" |
31 | #ifdef USE_ROCKBOX_USB | 32 | #ifdef USE_ROCKBOX_USB |
32 | #include "usb.h" | 33 | #include "usb.h" |
diff --git a/bootloader/sansaconnect.c b/bootloader/sansaconnect.c index 9b637c829b..280c386968 100644 --- a/bootloader/sansaconnect.c +++ b/bootloader/sansaconnect.c | |||
@@ -19,8 +19,7 @@ | |||
19 | 19 | ||
20 | #include "system.h" | 20 | #include "system.h" |
21 | #include "lcd.h" | 21 | #include "lcd.h" |
22 | #include "kernel.h" | 22 | #include "../kernel-internal.h" |
23 | #include "thread.h" | ||
24 | #include "storage.h" | 23 | #include "storage.h" |
25 | #include "disk.h" | 24 | #include "disk.h" |
26 | #include "font.h" | 25 | #include "font.h" |
diff --git a/bootloader/sansaview.c b/bootloader/sansaview.c index b1f0dbdfee..03e24b8c8e 100644 --- a/bootloader/sansaview.c +++ b/bootloader/sansaview.c | |||
@@ -33,8 +33,7 @@ SANSA VIEW: TESTING CODE | |||
33 | #include "cpu.h" | 33 | #include "cpu.h" |
34 | #include "system.h" | 34 | #include "system.h" |
35 | #include "lcd.h" | 35 | #include "lcd.h" |
36 | #include "kernel.h" | 36 | #include "../kernel-internal.h" |
37 | #include "thread.h" | ||
38 | #include "storage.h" | 37 | #include "storage.h" |
39 | #include "fat.h" | 38 | #include "fat.h" |
40 | #include "disk.h" | 39 | #include "disk.h" |
diff --git a/bootloader/telechips.c b/bootloader/telechips.c index af4ec72bc4..77aa398487 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c | |||
@@ -28,8 +28,7 @@ | |||
28 | #include "cpu.h" | 28 | #include "cpu.h" |
29 | #include "system.h" | 29 | #include "system.h" |
30 | #include "lcd.h" | 30 | #include "lcd.h" |
31 | #include "kernel.h" | 31 | #include "../kernel-internal.h" |
32 | #include "thread.h" | ||
33 | #include "storage.h" | 32 | #include "storage.h" |
34 | #include "fat.h" | 33 | #include "fat.h" |
35 | #include "disk.h" | 34 | #include "disk.h" |