diff options
Diffstat (limited to 'include/mtd')
-rw-r--r-- | include/mtd/ubi-user.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mtd/ubi-user.h b/include/mtd/ubi-user.h index 758574039fca..ee2ea2e224af 100644 --- a/include/mtd/ubi-user.h +++ b/include/mtd/ubi-user.h | |||
@@ -135,7 +135,8 @@ | |||
135 | #define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, int32_t) | 135 | #define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, int32_t) |
136 | /* Map an eraseblock, used for debugging, disabled by default */ | 136 | /* Map an eraseblock, used for debugging, disabled by default */ |
137 | #define UBI_IOCEBMAP _IOW(UBI_VOL_IOC_MAGIC, 3, struct ubi_map_req) | 137 | #define UBI_IOCEBMAP _IOW(UBI_VOL_IOC_MAGIC, 3, struct ubi_map_req) |
138 | 138 | /* Unmap an eraseblock, used for debugging, disabled by default */ | |
139 | #define UBI_IOCEBUNMAP _IOW(UBI_VOL_IOC_MAGIC, 4, int32_t) | ||
139 | 140 | ||
140 | /* Maximum MTD device name length supported by UBI */ | 141 | /* Maximum MTD device name length supported by UBI */ |
141 | #define MAX_UBI_MTD_NAME_LEN 127 | 142 | #define MAX_UBI_MTD_NAME_LEN 127 |