mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-11-16 19:48:30 +01:00
ad4c9b467c
Signed-off-by: Simon Ser <contact@emersion.fr>
15 lines
249 B
C
15 lines
249 B
C
#ifndef DMT_H
|
|
#define DMT_H
|
|
|
|
/**
|
|
* Private header for VESA Display Monitor Timing.
|
|
*/
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <libdisplay-info/dmt.h>
|
|
|
|
extern const struct di_dmt_timing _di_dmt_timings[];
|
|
extern const size_t _di_dmt_timings_len;
|
|
|
|
#endif
|