aboutsummaryrefslogtreecommitdiff
path: root/include/drm.h
blob: 1012c8911dea00820c307d41f20987a210cf1c2a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _SEATD_DRM_H
#define _SEATD_DRM_H

#include <sys/types.h>

int drm_set_master(int fd);
int drm_drop_master(int fd);
int dev_is_drm(dev_t device);

#endif