1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef UAPI_UFS_IOCTL_H_ 8 #define UAPI_UFS_IOCTL_H_ 9 #include <linux/types.h> 10 #define UFS_IOCTL_QUERY 0x5388 11 struct ufs_ioctl_query_data { 12 __u32 opcode; 13 __u8 idn; 14 __u16 buf_size; 15 __u8 buffer[0]; 16 }; 17 #endif 18