1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef __MTD_USER_H__ 8 #define __MTD_USER_H__ 9 #include <mtd/mtd-abi.h> 10 typedef struct mtd_info_user mtd_info_t; 11 typedef struct erase_info_user erase_info_t; 12 typedef struct region_info_user region_info_t; 13 typedef struct nand_oobinfo nand_oobinfo_t; 14 typedef struct nand_ecclayout_user nand_ecclayout_t; 15 #endif 16