]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/missing_drm.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / basic / missing_drm.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
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