BLKROSET

set device read-only

version(linux)
extern (C) @nogc nothrow
static if(__traits(compiles, _IO(1, 2)))
enum BLKROSET = _IO(0x12, 93);

Meta