CloverBootloader/rEFIt_UEFI/entry_scan/bootscreen.h
2021-03-15 12:02:34 +03:00

18 lines
269 B
C

#ifndef __bootscreen_h__
#define __bootscreen_h__
//#include "../Platform/Settings.h"
#include "../gui/menu_items/menu_items.h"
EFI_STATUS
InitBootScreen (
IN LOADER_ENTRY *Entry
);
CONST CHAR8 *CustomBootModeToStr(IN UINT8 Mode);
#endif //__bootscreen_h__