mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
9906261e23
Fix some warnings. Rename panic_ask to log_technical_bug.
18 lines
244 B
C
18 lines
244 B
C
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <Uefi/UefiBaseType.h>
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
/*
|
|
* NOTE : self.getSelfLoadedImage() must be initialized to call this.
|
|
*/
|
|
extern void construct_globals_objects(EFI_HANDLE ImageHandle);
|