changelog: - make hex_utils includes work across C files - have Makefile use `build/$(ARCH)` instead of `build/bin/binary-$(ARCH)` - small bugfixes - add is_ti50.c & place for future tools - global KERNVER_TYPE variable (if kernver.h is included)
9 lines
236 B
C
9 lines
236 B
C
#ifndef UI_H
|
|
#define UI_H
|
|
|
|
void ui_flash(char* flashtype);
|
|
void ui_header(const char* fwver, const char* kernver, const char* tpmver, const char* fwmp, const char* gscver, const char* gsctype);
|
|
void show_credits();
|
|
void troll();
|
|
|
|
#endif |