drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / include / uapi / linux / blkdev.h
blob66373cd1a83ace3200b11c06eb87a471b1e1ec4d
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_LINUX_BLKDEV_H
3 #define _UAPI_LINUX_BLKDEV_H
5 #include <linux/ioctl.h>
6 #include <linux/types.h>
8 /*
9 * io_uring block file commands, see IORING_OP_URING_CMD.
10 * It's a different number space from ioctl(), reuse the block's code 0x12.
12 #define BLOCK_URING_CMD_DISCARD _IO(0x12, 0)
14 #endif