diff options
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index a180b6505f47..28df2c5a9761 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h | |||
@@ -80,6 +80,7 @@ extern struct loader_info loader_info; | |||
80 | 80 | ||
81 | void start(void); | 81 | void start(void); |
82 | int ft_init(void *dt_blob, unsigned int max_size, unsigned int max_find_device); | 82 | int ft_init(void *dt_blob, unsigned int max_size, unsigned int max_find_device); |
83 | void fdt_init(void *blob); | ||
83 | int serial_console_init(void); | 84 | int serial_console_init(void); |
84 | int ns16550_console_init(void *devp, struct serial_console_data *scdp); | 85 | int ns16550_console_init(void *devp, struct serial_console_data *scdp); |
85 | int mpsc_console_init(void *devp, struct serial_console_data *scdp); | 86 | int mpsc_console_init(void *devp, struct serial_console_data *scdp); |