nand.h (e91004201c4265edf7897c4f8e0c21cd1dce0505) nand.h (7b15e2bb9b1026925f0f98243cd6cf80bd3fb47d)
1/*
2 * linux/include/linux/mtd/nand.h
3 *
4 * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org>
5 * Steven J. Hill <sjhill@realitydiluted.com>
6 * Thomas Gleixner <tglx@linutronix.de>
7 *
8 * This program is free software; you can redistribute it and/or modify

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

15 * Changelog:
16 * See git changelog.
17 */
18#ifndef __LINUX_MTD_NAND_H
19#define __LINUX_MTD_NAND_H
20
21#include "config.h"
22
1/*
2 * linux/include/linux/mtd/nand.h
3 *
4 * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org>
5 * Steven J. Hill <sjhill@realitydiluted.com>
6 * Thomas Gleixner <tglx@linutronix.de>
7 *
8 * This program is free software; you can redistribute it and/or modify

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

15 * Changelog:
16 * See git changelog.
17 */
18#ifndef __LINUX_MTD_NAND_H
19#define __LINUX_MTD_NAND_H
20
21#include "config.h"
22
23#include "linux/mtd/compat.h"
23#include "linux/compat.h"
24#include "linux/mtd/mtd.h"
25#include "linux/mtd/bbm.h"
26
27
28struct mtd_info;
29struct nand_flash_dev;
30/* Scan and identify a NAND device */
31extern int nand_scan (struct mtd_info *mtd, int max_chips);

--- 650 unchanged lines hidden ---
24#include "linux/mtd/mtd.h"
25#include "linux/mtd/bbm.h"
26
27
28struct mtd_info;
29struct nand_flash_dev;
30/* Scan and identify a NAND device */
31extern int nand_scan (struct mtd_info *mtd, int max_chips);

--- 650 unchanged lines hidden ---