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-07-15 19:29:27 +02:00
|
|
|
#include <Library/OcAfterBootCompatLib.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;
|
|
|
|
extern CHAR8 *cDeviceProperties;
|
|
|
|
extern CHAR8 *BootOSName;
|
|
|
|
extern OC_ABC_SETTINGS gQuirks;
|
2020-04-16 09:15:26 +02:00
|
|
|
|
|
|
|
EFI_STATUS
|
|
|
|
SetPrivateVarProto (VOID);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* PLATFORM_INJECTORS_H_ */
|