linux/include/linux/mtd/jedec.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright © 2000-2010 David Woodhouse <[email protected]>
 *			 Steven J. Hill <[email protected]>
 *			 Thomas Gleixner <[email protected]>
 *
 * Contains all JEDEC related definitions
 */

#ifndef __LINUX_MTD_JEDEC_H
#define __LINUX_MTD_JEDEC_H

struct jedec_ecc_info {} __packed;

/* JEDEC features */
#define JEDEC_FEATURE_16_BIT_BUS

/* JEDEC Optional Commands */
#define JEDEC_OPT_CMD_READ_CACHE

struct nand_jedec_params {} __packed;

#endif /* __LINUX_MTD_JEDEC_H */