CloverBootloader/rEFIt_UEFI/cpp_util/globals_ctor.h
jief666 48cdadb0b2 Fix bug where StartLoader cannot find kexts.
First implementation of Self object.
2020-09-28 18:57:50 +03:00

6 lines
141 B
C

/*
* NOTE : self.getSelfLoadedImage() must be initialized to call this.
*/
extern void construct_globals_objects(EFI_HANDLE ImageHandle);