2014-12-11 16:09:59 -08:00
|
|
|
/*
|
|
|
|
* xedid_print.h
|
|
|
|
*
|
|
|
|
* Created on: Nov 9, 2014
|
|
|
|
* Author: andreis
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef XEDID_PRINT_H_
|
|
|
|
#define XEDID_PRINT_H_
|
|
|
|
|
|
|
|
#include "xdptx.h"
|
2014-12-15 22:02:36 -08:00
|
|
|
#include "xedid.h"
|
2014-12-11 16:09:59 -08:00
|
|
|
|
|
|
|
u32 Edid_PrintDecodeBase(u8 *EdidRaw);
|
2014-12-15 22:02:36 -08:00
|
|
|
void Edid_Print_Supported_VideoModeTable(u8 *EdidRaw);
|
2014-12-11 16:09:59 -08:00
|
|
|
|
|
|
|
#endif /* XEDID_PRINT_H_ */
|