mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
18 lines
269 B
C
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__
|
|
|