diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-08-12 00:30:24 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-08-12 00:30:24 +0200 |
commit | e71f85f6b4f015c172fdf570d831ef826d4df8c7 (patch) | |
tree | ae237259d5b06159d4d03d5d5404c87e6abce36f /recipes/zaurus-utils/nandlogical/mtd-user.h | |
parent | 5a7e0f0eb265c98248ffd23d4801d1e0c1af031b (diff) |
nandlogical: move to zaurus-utils
Diffstat (limited to 'recipes/zaurus-utils/nandlogical/mtd-user.h')
-rw-r--r-- | recipes/zaurus-utils/nandlogical/mtd-user.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/zaurus-utils/nandlogical/mtd-user.h b/recipes/zaurus-utils/nandlogical/mtd-user.h new file mode 100644 index 0000000000..713f34d3e6 --- /dev/null +++ b/recipes/zaurus-utils/nandlogical/mtd-user.h @@ -0,0 +1,21 @@ +/* + * $Id: mtd-user.h,v 1.2 2004/05/05 14:44:57 dwmw2 Exp $ + * + * MTD ABI header for use by user space only. + */ + +#ifndef __MTD_USER_H__ +#define __MTD_USER_H__ + +#include <stdint.h> + +/* This file is blessed for inclusion by userspace */ +#include <mtd/mtd-abi.h> + +typedef struct mtd_info_user mtd_info_t; +typedef struct erase_info_user erase_info_t; +typedef struct region_info_user region_info_t; +typedef struct nand_oobinfo nand_oobinfo_t; +typedef struct nand_ecclayout nand_ecclayout_t; + +#endif /* __MTD_USER_H__ */ |