udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / src / basic / missing_drm.h
blob0dec59114663a71de41b066d80f00dce7531ab0a
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
4 #ifndef DRM_IOCTL_SET_MASTER
5 #define DRM_IOCTL_SET_MASTER _IO('d', 0x1e)
6 #endif
8 #ifndef DRM_IOCTL_DROP_MASTER
9 #define DRM_IOCTL_DROP_MASTER _IO('d', 0x1f)
10 #endif