CloverBootloader/rEFIt_UEFI/entry_scan/bootscreen.h

18 lines
269 B
C
Raw Normal View History

#ifndef __bootscreen_h__
#define __bootscreen_h__
//#include "../Platform/Settings.h"
#include "../gui/menu_items/menu_items.h"
EFI_STATUS
InitBootScreen (
IN LOADER_ENTRY *Entry
);
2021-03-15 10:02:34 +01:00
CONST CHAR8 *CustomBootModeToStr(IN UINT8 Mode);
#endif //__bootscreen_h__