xref: /aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/mtd/mtd-user.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
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