6 lines
137 B
C
Executable File
6 lines
137 B
C
Executable File
#include <Uefi.h>
|
|
#include <Uefi/UefiSpec.h>
|
|
|
|
void textout(UINT8 code);
|
|
void print(char *string);
|
|
void printhex(UINT64 num, UINT8 digit); |