nand.h (f57a94c2b566a647003c7885a450ba0f28dbff34) nand.h (7b15e2bb9b1026925f0f98243cd6cf80bd3fb47d)
1/*
2 * (C) Copyright 2005
3 * 2N Telekomunikace, a.s. <www.2n.cz>
4 * Ladislav Michl <michl@2n.cz>
5 *
6 * See file CREDITS for list of people who contributed to this
7 * project.
8 *

--- 23 unchanged lines hidden (view full) ---

32 * converted, this will go away.
33 */
34#if defined(CONFIG_NAND_FSL_ELBC)
35#define CONFIG_SYS_NAND_SELF_INIT
36#endif
37
38extern void nand_init(void);
39
1/*
2 * (C) Copyright 2005
3 * 2N Telekomunikace, a.s. <www.2n.cz>
4 * Ladislav Michl <michl@2n.cz>
5 *
6 * See file CREDITS for list of people who contributed to this
7 * project.
8 *

--- 23 unchanged lines hidden (view full) ---

32 * converted, this will go away.
33 */
34#if defined(CONFIG_NAND_FSL_ELBC)
35#define CONFIG_SYS_NAND_SELF_INIT
36#endif
37
38extern void nand_init(void);
39
40#include <linux/mtd/compat.h>
40#include <linux/compat.h>
41#include <linux/mtd/mtd.h>
42#include <linux/mtd/nand.h>
43
44#ifdef CONFIG_SYS_NAND_SELF_INIT
45void board_nand_init(void);
46int nand_register(int devnum);
47#else
48extern int board_nand_init(struct nand_chip *nand);

--- 121 unchanged lines hidden ---
41#include <linux/mtd/mtd.h>
42#include <linux/mtd/nand.h>
43
44#ifdef CONFIG_SYS_NAND_SELF_INIT
45void board_nand_init(void);
46int nand_register(int devnum);
47#else
48extern int board_nand_init(struct nand_chip *nand);

--- 121 unchanged lines hidden ---