libhd 5.0
drm.h
Go to the documentation of this file.
1
2#ifndef DRM_H
3#define DRM_H
4
5int is_kms_active(hd_data_t *hd_data);
6
7#endif /* DRM_H */
8
int is_kms_active(hd_data_t *hd_data)
Definition drm.c:7
Holds all data accumulated during hardware probing.
Definition hd.h:2647