7 lines
175 B
C
7 lines
175 B
C
#ifndef KVS2_UI_H
|
|
#define KVS2_UI_H
|
|
|
|
void ui_flash(char* flashtype);
|
|
void ui_header(char* fwver, char* kernver, char* tpmver, char* fwmp, char* gscver, char* gsctype);
|
|
|
|
#endif |