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