Initial implementation of seatd and libseat
This commit is contained in:
parent
f85434de66
commit
61716a2c77
32 changed files with 4744 additions and 0 deletions
10
include/drm.h
Normal file
10
include/drm.h
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue