Constant IOC_NONE
pub const IOC_NONE: u32 = 0; // 0u32
Available on crate feature
dep_nc
only.Expand description
Direction bits, which any architecture can choose to override before including this file.
NOTE: _IOC_WRITE
means userland is writing and kernel is
reading. _IOC_READ
means userland is reading and kernel is writing.