mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
48cdadb0b2
First implementation of Self object.
6 lines
141 B
C
6 lines
141 B
C
|
|
/*
|
|
* NOTE : self.getSelfLoadedImage() must be initialized to call this.
|
|
*/
|
|
extern void construct_globals_objects(EFI_HANDLE ImageHandle);
|