CloverBootloader/rEFIt_UEFI/PlatformEFI/cpp_util/globals_ctor.h

18 lines
244 B
C
Raw Normal View History

#ifdef __cplusplus
extern "C" {
#endif
#include <Uefi/UefiBaseType.h>
#ifdef __cplusplus
}
#endif
/*
* NOTE : self.getSelfLoadedImage() must be initialized to call this.
*/
2020-08-09 17:55:30 +02:00
extern void construct_globals_objects(EFI_HANDLE ImageHandle);