10 lines
241 B
C
10 lines
241 B
C
#ifndef UI_H
|
|
#define UI_H
|
|
|
|
void ui_flash(char* flashtype);
|
|
void ui_header(const char* kernver, const char* tpmver, const char* fwmp, const char* gscver, const char* gsctype);
|
|
void show_credits();
|
|
void troll();
|
|
void enterToContinue();
|
|
|
|
#endif |