onenand.h (ef0921d6b05aeb9034158f9bef5323d6da9c925e) onenand.h (1ae39862044ebb1e682234b51f94421e3f871d6a)
1/*
2 * linux/include/linux/mtd/onenand.h
3 *
4 * Copyright (C) 2005-2007 Samsung Electronics
5 * Kyungmin Park <kyungmin.park@samsung.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

102 spinlock_t chip_lock;
103 wait_queue_head_t wq;
104#endif
105 int state;
106 unsigned char *page_buf;
107 unsigned char *oob_buf;
108
109 struct nand_oobinfo *autooob;
1/*
2 * linux/include/linux/mtd/onenand.h
3 *
4 * Copyright (C) 2005-2007 Samsung Electronics
5 * Kyungmin Park <kyungmin.park@samsung.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

102 spinlock_t chip_lock;
103 wait_queue_head_t wq;
104#endif
105 int state;
106 unsigned char *page_buf;
107 unsigned char *oob_buf;
108
109 struct nand_oobinfo *autooob;
110 int subpagesize;
110 struct nand_ecclayout *ecclayout;
111
112 void *bbm;
113
114 void *priv;
115};
116
117/*

--- 42 unchanged lines hidden ---
111 struct nand_ecclayout *ecclayout;
112
113 void *bbm;
114
115 void *priv;
116};
117
118/*

--- 42 unchanged lines hidden ---