CloverBootloader/rEFIt_UEFI/Platform/Edid.h

25 lines
267 B
C
Raw Normal View History

/*
* Edid.h
*
* Created on: 16 Apr 2020
* Author: jief
*/
#ifndef PLATFORM_EDID_H_
#define PLATFORM_EDID_H_
EFI_STATUS
2020-10-03 19:02:31 +02:00
InitializeEdidOverride (void);
UINT8*
2020-10-03 19:02:31 +02:00
getCurrentEdid (void);
EFI_STATUS
2020-10-03 19:02:31 +02:00
GetEdidDiscovered (void);
#endif /* PLATFORM_EDID_H_ */