mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
a5494a89f6
Convert AddProperties to XObjArray<DEV_ADDPROPERTY>.
26 lines
512 B
C
26 lines
512 B
C
/*
|
|
* Injectors.h
|
|
*
|
|
* Created on: 16 Apr 2020
|
|
* Author: jief
|
|
*/
|
|
|
|
#ifndef PLATFORM_INJECTORS_H_
|
|
#define PLATFORM_INJECTORS_H_
|
|
|
|
|
|
extern UINT32 mPropSize;
|
|
extern UINT8 *mProperties;
|
|
extern CHAR8 *gDeviceProperties;
|
|
extern UINT32 cPropSize;
|
|
extern UINT8 *cProperties;
|
|
extern CHAR8 *BootOSName;
|
|
//extern OC_ABC_SETTINGS_4CLOVER gQuirks;
|
|
|
|
EFI_STATUS
|
|
SetPrivateVarProto (void);
|
|
|
|
|
|
|
|
#endif /* PLATFORM_INJECTORS_H_ */
|