mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
22 lines
303 B
C
22 lines
303 B
C
|
|
||
|
EFI_STATUS
|
||
|
SetFSInjection (
|
||
|
IN LOADER_ENTRY *Entry
|
||
|
);
|
||
|
|
||
|
VOID
|
||
|
SetDevices (
|
||
|
LOADER_ENTRY *Entry
|
||
|
);
|
||
|
//
|
||
|
// check if this entry corresponds to Boot# variable and then set BootCurrent
|
||
|
//
|
||
|
VOID
|
||
|
SetBootCurrent(REFIT_MENU_ENTRY_LOADER *LoadedEntry);
|
||
|
|
||
|
|
||
|
CHAR8
|
||
|
*GetOSVersion (
|
||
|
IN LOADER_ENTRY *Entry
|
||
|
);
|