122851890Sopenharmony_ci/* 222851890Sopenharmony_ci * This header was generated from the Linux kernel headers by update_headers.py, 322851890Sopenharmony_ci * to provide necessary information from kernel to userspace, such as constants, 422851890Sopenharmony_ci * structures, and macros, and thus, contains no copyrightable information. 522851890Sopenharmony_ci */ 622851890Sopenharmony_ci#ifndef __MTD_USER_H__ 722851890Sopenharmony_ci#define __MTD_USER_H__ 822851890Sopenharmony_ci#include <mtd/mtd-abi.h> 922851890Sopenharmony_citypedef struct mtd_info_user mtd_info_t; 1022851890Sopenharmony_citypedef struct erase_info_user erase_info_t; 1122851890Sopenharmony_citypedef struct region_info_user region_info_t; 1222851890Sopenharmony_citypedef struct nand_oobinfo nand_oobinfo_t; 1322851890Sopenharmony_citypedef struct nand_ecclayout_user nand_ecclayout_t; 1422851890Sopenharmony_ci#endif 15