1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3 
4 #ifndef DRM_IOCTL_SET_MASTER
5 #define DRM_IOCTL_SET_MASTER _IO('d', 0x1e)
6 #endif
7 
8 #ifndef DRM_IOCTL_DROP_MASTER
9 #define DRM_IOCTL_DROP_MASTER _IO('d', 0x1f)
10 #endif
11