mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-12-25 21:59:08 +01:00
15 lines
168 B
C
15 lines
168 B
C
|
#ifndef INFO_H
|
||
|
#define INFO_H
|
||
|
|
||
|
/**
|
||
|
* Private header for the high-level API.
|
||
|
*/
|
||
|
|
||
|
#include <libdisplay-info/info.h>
|
||
|
|
||
|
struct di_info {
|
||
|
struct di_edid *edid;
|
||
|
};
|
||
|
|
||
|
#endif
|