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