mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
18 lines
282 B
C
18 lines
282 B
C
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/*
|
||
|
* Generated by c++ compiler, but needs to be called manually from main.
|
||
|
*/
|
||
|
void __cxx_global_var_init();
|
||
|
|
||
|
/*
|
||
|
* Needs to be called manually before exiting Clover.efi module.
|
||
|
*/
|
||
|
void __cxa_finalize(void *f);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|