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_LINUX_BLKDEV_H 8 #define _UAPI_LINUX_BLKDEV_H 9 #include <linux/ioctl.h> 10 #include <linux/types.h> 11 #define BLOCK_URING_CMD_DISCARD _IO(0x12, 0) 12 #endif 13