Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[deliverable/linux.git] / drivers / mtd / nand / bcm47xxnflash / bcm47xxnflash.h
CommitLineData
a5401370
RM
1#ifndef __BCM47XXNFLASH_H
2#define __BCM47XXNFLASH_H
3
be0638d9
RM
4#ifndef pr_fmt
5#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
6#endif
7
a5401370
RM
8#include <linux/mtd/mtd.h>
9#include <linux/mtd/nand.h>
10
11struct bcm47xxnflash {
12 struct bcma_drv_cc *cc;
13
14 struct nand_chip nand_chip;
0fbc5991
RM
15
16 unsigned curr_command;
3c01d4cb 17 int curr_page_addr;
0fbc5991
RM
18 int curr_column;
19
20 u8 id_data[8];
a5401370
RM
21};
22
00940a23
RM
23int bcm47xxnflash_ops_bcm4706_init(struct bcm47xxnflash *b47n);
24
a5401370 25#endif /* BCM47XXNFLASH */
This page took 0.194504 seconds and 5 git commands to generate.