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

int drm_set_master(int fd);
int drm_drop_master(int fd);
int path_is_drm(const char *path);

#endif