|
@@ -135,7 +135,8 @@
|
|
|
#define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, int32_t)
|
|
|
/* Map an eraseblock, used for debugging, disabled by default */
|
|
|
#define UBI_IOCEBMAP _IOW(UBI_VOL_IOC_MAGIC, 3, struct ubi_map_req)
|
|
|
-
|
|
|
+/* Unmap an eraseblock, used for debugging, disabled by default */
|
|
|
+#define UBI_IOCEBUNMAP _IOW(UBI_VOL_IOC_MAGIC, 4, int32_t)
|
|
|
|
|
|
/* Maximum MTD device name length supported by UBI */
|
|
|
#define MAX_UBI_MTD_NAME_LEN 127
|