|
@@ -16,6 +16,7 @@ struct mv643xx_eth_platform_data;
|
|
|
struct mv_sata_platform_data;
|
|
|
struct mvsdio_platform_data;
|
|
|
struct mtd_partition;
|
|
|
+struct mtd_info;
|
|
|
|
|
|
/*
|
|
|
* Basic Kirkwood init functions used early by machine-setup.
|
|
@@ -41,6 +42,7 @@ void kirkwood_i2c_init(void);
|
|
|
void kirkwood_uart0_init(void);
|
|
|
void kirkwood_uart1_init(void);
|
|
|
void kirkwood_nand_init(struct mtd_partition *parts, int nr_parts, int delay);
|
|
|
+void kirkwood_nand_init_rnb(struct mtd_partition *parts, int nr_parts, int (*dev_ready)(struct mtd_info *));
|
|
|
|
|
|
extern int kirkwood_tclk;
|
|
|
extern struct sys_timer kirkwood_timer;
|