mirror of
https://github.com/systemd/systemd.git
synced 2026-07-12 10:34:12 +00:00
11 lines
226 B
C
11 lines
226 B
C
/* 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
|