kernel/include/uapi/linux/mmc/ioctl.h
.. .. @@ -6,7 +6,10 @@ 6 6 #include <linux/major.h> 7 7 8 8 struct mmc_ioc_cmd { 9 - /* Implies direction of data. true = write, false = read */9 + /*10 + * Direction of data: nonzero = write, zero = read.11 + * Bit 31 selects 'Reliable Write' for RPMB.12 + */10 13 int write_flag; 11 14 12 15 /* Application-specific command. true = precede with CMD55 */