Sign in
android
/
platform
/
external
/
libdisplay-info
/
ae6cb5242e40563bbea0048690e432a223f6f452
/
.
/
include
/
info.h
blob: a361ed759b2e29be64e4331106a35727ddb5c688 [
file
] [
log
] [
blame
]
#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
;
char
*
failure_msg
;
};
#endif