]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/missing_drm.h
network: drop all checks of ipv6_disabled sysctl
[thirdparty/systemd.git] / src / basic / missing_drm.h
CommitLineData
5b139f86
YW
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