blob: 73ac8e1573e1f67d2ec543c63aab6d66d86fc8d8 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef __MTD_USER_H__
8#define __MTD_USER_H__
Ben Cheng655a7c02013-10-16 16:09:24 -07009#include <mtd/mtd-abi.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070010typedef struct mtd_info_user mtd_info_t;
11typedef struct erase_info_user erase_info_t;
12typedef struct region_info_user region_info_t;
13typedef struct nand_oobinfo nand_oobinfo_t;
Ben Cheng655a7c02013-10-16 16:09:24 -070014typedef struct nand_ecclayout_user nand_ecclayout_t;
Ben Cheng655a7c02013-10-16 16:09:24 -070015#endif