aboutsummaryrefslogtreecommitdiff
path: root/include/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm.h')
-rw-r--r--include/drm.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/drm.h b/include/drm.h
new file mode 100644
index 0000000..1012c89
--- /dev/null
+++ b/include/drm.h
@@ -0,0 +1,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