mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
11 lines
230 B
C
11 lines
230 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
|