/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #ifndef DRM_IOCTL_SET_MASTER #define DRM_IOCTL_SET_MASTER _IO('d', 0x1e) #endif #ifndef DRM_IOCTL_DROP_MASTER #define DRM_IOCTL_DROP_MASTER _IO('d', 0x1f) #endif