accel/qaic: Add AIC200 support
[drm/drm-misc.git] / include / linux / mtd / sharpsl.h
blob231bd1c3f408e165c6d3d58089161ddc110c3c41
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * SharpSL NAND support
5 * Copyright (C) 2008 Dmitry Baryshkov
6 */
8 #ifndef _MTD_SHARPSL_H
9 #define _MTD_SHARPSL_H
11 #include <linux/mtd/rawnand.h>
12 #include <linux/mtd/partitions.h>
14 struct sharpsl_nand_platform_data {
15 struct nand_bbt_descr *badblock_pattern;
16 const struct mtd_ooblayout_ops *ecc_layout;
17 struct mtd_partition *partitions;
18 unsigned int nr_partitions;
19 const char *const *part_parsers;
22 #endif /* _MTD_SHARPSL_H */