File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ extern "C" {
23
23
#define STACK_ROUND_UP (x ) ROUND_UP(x, STACK_ALIGN_SIZE)
24
24
#define STACK_ROUND_DOWN (x ) ROUND_DOWN(x, STACK_ALIGN_SIZE)
25
25
26
- #ifdef CONFIG_X86_VERY_EARLY_CONSOLE
27
- /* Setup ultra-minimal serial driver for printk() */
28
- void z_x86_early_serial_init (void );
29
- #endif
30
-
31
26
/* Create all page tables with boot configuration and enable paging */
32
27
void z_x86_paging_init (void );
33
28
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ struct multiboot_info;
31
31
32
32
extern FUNC_NORETURN void z_x86_prep_c (int dummy , struct multiboot_info * info );
33
33
34
+ #ifdef CONFIG_X86_VERY_EARLY_CONSOLE
35
+ /* Setup ultra-minimal serial driver for printk() */
36
+ void z_x86_early_serial_init (void );
37
+ #endif /* CONFIG_X86_VERY_EARLY_CONSOLE */
38
+
34
39
#endif
35
40
36
41
#endif /* ZEPHYR_ARCH_X86_INCLUDE_KERNEL_ARCH_FUNC_H_ */
You can’t perform that action at this time.
0 commit comments