summaryrefslogtreecommitdiff
path: root/include/linux/mtd/ccx9x_nand.h
blob: ac6b3284895599fbe0151479b5fa43b515b84099 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __CCX9X_NAND_H__
#define __CCX9X_NAND_H__

struct ccx9x_nand_info {
	unsigned int addr_offset;
	unsigned int cmd_offset;
	unsigned int delay;
	unsigned int busy_pin;
};

#endif