2020-04-16 09:15:26 +02:00
|
|
|
/*
|
|
|
|
* Injectors.h
|
|
|
|
*
|
|
|
|
* Created on: 16 Apr 2020
|
|
|
|
* Author: jief
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef PLATFORM_INJECTORS_H_
|
|
|
|
#define PLATFORM_INJECTORS_H_
|
|
|
|
|
2020-09-07 00:19:48 +02:00
|
|
|
#include <Library/OcAfterBootCompatLib4Clover.h>
|
2020-04-16 09:15:26 +02:00
|
|
|
|
2020-07-15 19:29:27 +02:00
|
|
|
extern UINT32 mPropSize;
|
|
|
|
extern UINT8 *mProperties;
|
|
|
|
extern CHAR8 *gDeviceProperties;
|
|
|
|
extern UINT32 cPropSize;
|
|
|
|
extern UINT8 *cProperties;
|
2020-08-15 15:47:56 +02:00
|
|
|
extern XString8 cDeviceProperties;
|
2020-07-15 19:29:27 +02:00
|
|
|
extern CHAR8 *BootOSName;
|
2020-09-09 19:06:34 +02:00
|
|
|
//extern OC_ABC_SETTINGS_4CLOVER gQuirks;
|
2020-04-16 09:15:26 +02:00
|
|
|
|
|
|
|
EFI_STATUS
|
2020-10-03 19:02:31 +02:00
|
|
|
SetPrivateVarProto (void);
|
2020-04-16 09:15:26 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* PLATFORM_INJECTORS_H_ */
|