Message ID | 20201126233300.10714-5-richard@nod.at (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MUSE: Userspace backed MTD v2 | expand |
diff --git a/include/uapi/mtd/mtd-abi.h b/include/uapi/mtd/mtd-abi.h index 65b9db936557..2ad2217e3a96 100644 --- a/include/uapi/mtd/mtd-abi.h +++ b/include/uapi/mtd/mtd-abi.h @@ -105,6 +105,7 @@ struct mtd_write_req { #define MTD_NO_ERASE 0x1000 /* No erase necessary */ #define MTD_POWERUP_LOCK 0x2000 /* Always locked after reset */ #define MTD_SLC_ON_MLC_EMULATION 0x4000 /* Emulate SLC behavior on MLC NANDs */ +#define MTD_MUSE 0x8000 /* This MTD is implemented in userspace */ /* Some common devices / combinations of capabilities */ #define MTD_CAP_ROM 0
This flag will get set if an MTD is implemeted in userspace using MUSE. Signed-off-by: Richard Weinberger <richard@nod.at> --- include/uapi/mtd/mtd-abi.h | 1 + 1 file changed, 1 insertion(+)